stacked_firebase_auth 0.2.6 stacked_firebase_auth: ^0.2.6 copied to clipboard
A service class that provides Firebase Authentication Functionality on a single api
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