dart_firebase_admin 0.2.0 dart_firebase_admin: ^0.2.0 copied to clipboard
A Firebase Admin SDK implementation for Dart.
0.2.0 - 2023-11-30 #
- Increased minimum Dart SDK to
3.2.0
. This fixes a compilation error due toutf8.encode
. - Added
Credential.fromServiceAccountParams
(thanks to @akaboshinit) - Added
FirebaseAdminApp.close
, to close open connections and stop the SDK. - Fixed various typos
- Added
Firestore.collectionGroup
support - Fix
Auth.getUserByEmail
parsing error.
0.1.0 - 2023-10-15 #
Added Firebase Auth
0.0.2 #
Fix 404 error when not using the emulator.
0.0.1 #
Initial release