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.
For support across all Aortem open-source products, including this SDK, visit our Support Page.
The EntraID Dart Auth SDK is licensed under a dual-license approach:
-
BSD-3 License:
- Applies to all packages and libraries in the SDK.
- Allows use, modification, and redistribution, provided that credit is given and compliance with the BSD-3 terms is maintained.
- Permits usage in open-source projects, applications, and private deployments.
-
Enhanced License Version 2 (ELv2):
- Applies to all use cases where the SDK or its derivatives are offered as part of a cloud service.
- This ensures that the SDK cannot be directly used by cloud providers to offer competing services without explicit permission.
- Example restricted use cases:
- Including the SDK in a hosted SaaS authentication platform.
- Offering the SDK as a component of a managed cloud service.
- You are free to use the SDK in your applications, including open-source and commercial projects, as long as the SDK is not directly offered as part of a third-party cloud service.
- For details, refer to the LICENSE file.
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