firebase_admin
firebase_admin copied to clipboard
A pure Dart implementation of the Firebase admin sdk
The `customAttributes` field is not encoded in the final request object, therefore when calling `setCustomUserClaims` the claims are never updated.
Currently UserRecord is not being exported by firebase_admin.dart, which I believe is important for working with the data being returned by firebase_admin auth apis. My workaround right now is to...
always trow to page google login with error Missing required parameter: client_id
@rbellens A fix for windows paths
No documentation available how to use in flutter mobile app. But when I tried to use it gives error Unhandled Exception: Unsupported operation: Unsupported platform: android
@rbellens It seems like this package is not really maintained anymore. Are there any plans on continuing with this package in the near future? I can also offer my help...
I'm not sure whether the sample is outdated, but the first example on pub.dev doesn't seem to work. Even though I imported credentials.dart, even though I can see the ServiceAccountCredential...
Getting this error when trying to pub get, not sure if it has something to do with the new version of flutter. 
Fixed a casting error on this pr : https://github.com/appsup-dart/firebase_admin/pull/13
I'm not sure what needs done to fix this, but with App Check enabled database actions silently fail. Also having an easier way to tell when database actions fail would...