firebase-admin-interop
firebase-admin-interop copied to clipboard
Firebase Admin Interop Library for Dart
As stated here: https://firebase.google.com/docs/reference/admin/node/admin.credential.Credential-1#getaccesstoken ``` # getAccessToken Returns a Google OAuth2 access token object used to authenticate with Firebase services. Returns Promise ``` `getAccessToken` returns a Promise. I changed the...
I got working example with `firebase_functions_interop` after I add `firebase_admin_interop` builds are failing pubspec.yaml ``` name: functions version: 1.0.0 environment: sdk: ">=2.8.0
Resolves #68 Drafting PR until I can remove `build_node_compilers` direct dependency on my other NNBD branch
## Non Nullable By Default (NNBD) - Update all optional parameters without defaults to be nullable by adding a `?` to the end of the Type - Update all values...
Hi @pulyaevskiy, thanks for your work on this plugin! Please take a look at FieldValue.increment addition and let me know what you think. Illia
The current Firestore instance only support the following settings: **1. ProjectId 2. keyFilename 3. timestampsInSnapshots** Effort should be made to make the following settings available: **1. host 2. ssl 3....
File name too long os error =36
I am trying to use the package, but keep getting this error: **Error: Module name "firebase-admin" has not been loaded yet for context: _. Use require([]) http://requirejs.org/docs/errors.html#notloaded** Please, help with...
It is very useful to generate thumbnails and store them back into the storage. Seems like this feature is the last remaining unimplemented.