Release Date: November 1, 2024
Version: 0.0.1-pre+6
Status: Pre-release
Aortem is excited to announce another pre-release version of the Firebase Dart Admin Auth SDK, 0.0.1-pre+6. This latest release introduces several essential authentication features within the sample app, enhancing user authentication and authorization capabilities with Firebase for Dart developers.
New Features
The following features have been added to the sample app:
FirebaseUser.linkWithPopup
Allows users to link additional provider accounts to an existing Firebase user using a popup-based flow for supported providers.
FirebaseUser.linkWithCredential
Provides the capability to link an existing Firebase user with a credential from another authentication provider, enabling multi-provider accounts.
FirebaseAuth.signInWithPhoneNumber
Enables phone number sign-in functionality, allowing users to sign in or create accounts via SMS verification.
FirebaseAuth.getRedirectResult
Handles the result of a sign-in with redirect flow, providing the signed-in user or error details after redirecting back to the app.
FirebaseAuth.signInWithRedirect
Initiates a sign-in with redirect flow, enabling providers that require redirect-based authentication.
FirebaseApp.getAuth
Fetches the FirebaseAuth instance associated with a particular FirebaseApp, providing a streamlined way to access authentication functionality tied to that specific app.
FirebaseApp.initializeAuth
Initializes FirebaseAuth for a given FirebaseApp instance, enabling authentication services to be linked to individual app instances and improving app-specific authentication handling.
NB:
This version is a pre-release, intended for early adopters and testing purposes and some features may not be fully stable. The features implemented in the sample app are mainly for demonstration purposes.
Now available on pub.dev.