stacked_firebase_auth 2.21.0 stacked_firebase_auth: ^2.21.0 copied to clipboard
A service class that provides Firebase Authentication Functionality on a single api
2.21.0 (2024-10-24) #
Features #
2.20.1 (2024-08-29) #
Bug Fixes #
2.20.0 (2024-02-07) #
Features #
2.19.6 (2023-10-23) #
Bug Fixes #
2.19.5 (2023-10-17) #
Bug Fixes #
2.19.4 (2023-07-31) #
Bug Fixes #
2.19.3 (2023-07-26) #
Bug Fixes #
2.19.2 (2023-03-23) #
Bug Fixes #
2.19.1 (2023-03-15) #
Bug Fixes #
2.19.0 (2023-03-15) #
Features #
0.2.18 #
- Improves signInWithApple. Made asking for full name configurable
0.2.17 #
- Bumps firebase packages to latest
0.2.16 #
- Improves google sign in error handling
0.2.15 #
- Improves error responses from auth failures
0.2.14 #
- Extracts first and last name from apple credential to create displayName on FirebaseAuth user
0.2.13 #
- Add requestVerificationCode (Implements Native Platform)
- Add authenticateWithOtp (Implements Native Platform)
0.2.12 #
- Adds sign in with phone number
- Adds verify otp
0.2.11 #
- Updates firebase_core to ^1.17.0
- Updates firebase_auth to ^3.3.18
- Updates google_sign_in to ^5.3.1
- Updates sign_in_with_apple to ^4.0.0
0.2.10+2 #
- Updates 'google_sign_in' to 5.2.1
0.2.10+1 #
- Updates firebase core to 1.10.0
- Updates fireabse_auth to 3.2.0
0.2.10 #
- Initailized Firebase Auth Exceptions error code.
0.2.9 #
- Added Firebase Auth Exceptions error code to FirebaseAuthenticationResult
0.2.8 #
- Bump dependencies to latest
0.2.7 #
- Added a method
updateEmail
to update firebase user email address.
0.2.6 #
- Expose authStateChanges from FirebaseAuth
0.2.5 #
- Anonymous Login Added
0.2.4 #
- Added a method
emailExists
to check if email is registered in Firebase Auth
0.2.3 #
- Added a getter for the current logged in Firebase User
0.2.2+1 #
- Deprecates constructor values for
FirebaseAuthenticationService
and prefers parameters through sign in method
0.2.2 #
- Adds the required apple parameters to
signInWithApple
function
0.2.1 #
- Removed
flutter_facebook_auth
dependency - Removed implementation for Facebook Authentication
0.1.3 #
- Replaced
flutter_facebook_login
withflutter_facebook_auth
0.1.2 #
Updates dependencies
firebase_core
: ^1.0.1firebase_auth
: ^1.0.1
0.1.1 #
- Adds
nonce
to remove the probability of a replay attack when usingAppleSignIn
0.1.0+1 #
- Readme formatting update
0.1.0 #
- Adds the implementations for Email, Google, Facebook and Apple