Firebase Dart Admin Auth SDK is designed to provide select out of the box features of Firebase in Dart. Both low level and high level abstractions are provided.
This implementation does not yet support all functionalities of the firebase authentication service. Here is a list of functionalities with the current support status:
Method | Supported |
---|---|
FirebaseApp.getAuth | ✅ |
FirebaseApp.initializeAuth | ✅ |
FirebaseStorage.getStorage | ✅ |
FirebaseAuth.applyActionCode | ✅ |
FirebaseAuth.beforeAuthStateChanged | ✅ |
FirebaseAuth.checkActionCode | ✅ |
FirebaseAuth.confirmPasswordReset | ✅ |
FirebaseAuth.connectAuthEmulator | ✅ |
FirebaseAuth.createUserWithEmailAndPassword | ✅ |
FirebaseAuth.fetchSignInMethodsForEmail | ✅ |
FirebaseAuth.getMultiFactorResolver | ✅ |
FirebaseAuth.getRedirectResult | ✅ |
FirebaseAuth.initializeRecaptchaConfig | ✅ |
FirebaseAuth.isSignInWithEmailLink | ✅ |
FirebaseAuth.onAuthStateChanged | ✅ |
FirebaseAuth.onIdTokenChanged | ✅ |
FirebaseAuth.revokeAccessToken | ✅ |
FirebaseAuth.sendPasswordResetEmail | ✅ |
FirebaseAuth.sendSignInLinkToEmail | ✅ |
FirebaseAuth.setLanguageCode | ✅ |
FirebaseAuth.setPersistence | ✅ |
FirebaseAuth.signInAnonymously | ✅ |
FirebaseAuth.signInWithCredential | ✅ |
FirebaseAuth.signInWithCustomToken | ✅ |
FirebaseAuth.signInWithEmailAndPassword | ✅ |
FirebaseAuth.signInWithEmailLink | ✅ |
FirebaseAuth.signInWithPhoneNumber | ✅ |
FirebaseAuth.signInWithPopup | ✅ |
FirebaseAuth.signInWithRedirect | ✅ |
FirebaseAuth.signOut | ✅ |
FirebaseAuth.updateCurrentUser | ✅ |
FirebaseAuth.useDeviceLanguage | ✅ |
FirebaseAuth.verifyPasswordResetCode | ✅ |
FirebaseLink.parseActionCodeURL | ✅ |
FirebaseUser.deleteUser | ✅ |
FirebaseUser.getIdToken | ✅ |
FirebaseUser.getIdTokenResult | ✅ |
FirebaseUser.linkWithCredential | ✅ |
FirebaseUser.linkWithPhoneNumber | ✅ |
FirebaseUser.linkWithPopup | ✅ |
FirebaseUser.linkWithRedirect | ❌ |
FirebaseUser.multiFactor | ❌ |
FirebaseUser.reauthenticateWithCredential | ❌ |
FirebaseUser.reauthenticateWithPhoneNumber | ❌ |
FirebaseUser.reauthenticateWithPopUp | ❌ |
FirebaseUser.reauthenticateWithRedirect | ❌ |
FirebaseUser.reload | ✅ |
FirebaseUser.sendEmailVerification | ✅ |
FirebaseUser.unlink | ✅ |
FirebaseUser.updateEmail | ❌ |
FirebaseUser.updatePassword | ✅ |
FirebaseUser.updatePhoneNumber | ❌ |
FirebaseUser.updateProfile | ✅ |
FirebaseUser.verifyBeforeUpdateEmail | ✅ |
FirebaseUserCredential.getAdditionalUserInfo | ✅ |
Firebase Dart Admin Auth SDK is available in two versions to cater to different needs:
- Main - Stable Version: Usually one release a month. This version attempts to keep stability without introducing breaking changes.
- Pre-Release - Edge Version: Provided as an early indication of a release when breaking changes are expect. This release is inconsistent. Use only if you are looking to test new features.
For detailed guides, API references, and example projects, visit our Firebase Dart Admin Auth SDK Documentation. Start building with Firebase Dart Admin Auth SDK today and take advantage of its robust features and elegant syntax.
Explore the /example
directory in this repository to find sample applications demonstrating Firebase Dart Admin Auth SDK's capabilities in real-world scenarios.
We welcome contributions of all forms from the community! If you're interested in helping improve Firebase Dart Admin Auth SDK, please fork the repository and submit your pull requests. For more details, check out our CONTRIBUTING.md guide. Our team will review your pull request. Once approved, we will integrate your changes into our primary repository and push the mirrored changes on the main github branch.
Firebase Dart Admin Auth SDK offers various support tiers for our open-source products with an Initial Response Service Level Agreement (IRSLA):
- Cost: Free
- Features: Access to community forums, basic documentation.
- Ideal for: Individual developers or small startups.
- SLA: NA
- Cost: $10/month - Billed Annually.
- Features: Extended documentation, email support, 10 business days response SLA.
- Ideal for: Growing startups and small businesses.
- SLA: 10 business days (Monday-Friday) IRSLANA
- Subscribe-Coming Soon
- Cost: $100/month - Billed Annually
- Features: Access to roadmap, 72-hour response SLA, feature request prioritization.
- Ideal for: Medium-sized enterprises requiring frequent support.
- SLA: 5 business days IRSLA
- Subscribe-Coming Soon
- Cost: 450/month
- Features:
- 48-hour response SLA,
- Access to beta features:
- Comprehensive support for all Aortem Open Source products.
- Premium access to our exclusive enterprise customer forum.
- Early access to cutting-edge features.
- Exclusive access to Partner/Reseller/Channel Program..
- Ideal for: Large organizations and enterprises with complex needs.
- SLA: 48-hour IRSLA
- Subscribe-Coming Soon
*Enterprise Support is designed for businesses, agencies, and partners seeking top-tier support across a wide range of Dart backend and server-side projects. All Open Source projects that are part of the Aortem Collective are included in the Enterprise subscription, with more projects being added soon.
All Firebase Dart Admin Auth SDK packages are licensed under BSD-3, except for the services packages, which uses the ELv2 license, which are licensed from third party software Inc. In short, this means that you can, without limitation, use any of the client packages in your app as long as you do not offer the SDK's or services as a cloud service to 3rd parties (this is typically only relevant for cloud service providers). See the LICENSE file for more details.
We hope the Firebase Dart Admin Auth SDK helps you to efficiently build and scale your server-side applications. Join our growing community and start contributing to the ecosystem today! test