firebase_admin_sdk
Firebase Admin SDK implementation for Dart - Firestore, Cloud Storage, Auth, and FCM
0.5.4
9.3K downloads/mo
#3030 most downloaded on pub.dev
firebase/firebase-admin-dart
What this package is like to depend on
Last release 18 days ago
05 Aug 2026
Release timing varies
gaps range from 4 weeks to 2.0 years
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
11 releases · first in 2022
5 releases in the last 12 months
see the full history below
Release timeline
11 releases · Mar 2022 to Aug 2026Releases
latest 11-
0.5.405 Aug 2026Release notes
Open source →Why this change is needed:
Prepares non-breaking patch releases for google_cloud_firestore and
firebase_admin_sdk by dropping WIP staging suffixes and updating version
constants after landing stability fixes and custom headers support.Summary of changes:
- Bump google_cloud_firestore version to 0.5.3 in pubspec and changelog.
- Remove -wip suffix from firebase_admin_sdk to stage release 0.5.4.
- Add recent Storage.delete() idempotency bugfix item to changelog.
- Regenerate version.g.dart constant to match 0.5.4.
Release notes
Open source →- Fixed double-close errors when calling
Storage.delete()prior toFirebaseApp.close(). - Fixed
Firestorerequests not carrying the SDK's usage-tracking headers (X-Firebase-Client,X-Goog-Api-Client). - Update dependency
googleapis_auth: ^2.3.3to fixauth/insufficient-permissionerrors with Application Default Credentials that have no quota project set.
-
0.5.313 May 2026 -
0.5.211 May 2026Release notes
Open source →- Remove dependency on
package:equatable. - Make
Query,CollectionReference,DocumentReference, andCollectionGroupmockable. Credential.createClient(List<String> scopes)— create an authenticatedAuthClientdirectly from a credential with custom scopes, without needing aFirebaseAppinstance.- AppOptions.additionalScopes
— append extra OAuth2 scopes to the SDK-managed HTTP client without providing your ownAuthClient`. FirebaseApp.clientis now part of the public API.- Add support for custom claims in ID tokens.
- Remove dependency on
-
0.5.115 Apr 2026Release notes
Open source →- Reformatted CHANGELOG.md.
- Update dependency
meta: ^1.17.0to allow workspaces with stable Flutter. - Removed dependency on
package:googleapis_beta.
-
0.5.014 Apr 2026Release notes
Open source →- New release with a new name. See below for historical context.
[!NOTE] Before 0.5.0, this package was published as
package:dart_firebase_admin[!NOTE] Versions 0.0.1 to 0.0.6 were unrelated to this package and were released by OttomanDeveloper.
-
0.0.607 Apr 2024 -
0.0.513 Nov 2023 -
0.0.414 Jul 2023 -
0.0.311 Jul 2023 -
0.0.223 Jun 2022 -
0.0.126 Mar 2022Release notes
Open source →- admin sdk for firebase realtime database
- admin sdk for firebase authentication
- now you can load your service file as map [Just copy the data inside service-account.json file]