Firebase Authentication Service
This package provides a FirebaseAuthenticationService that provides the following logins.
- Apple
- Facebook (Removed
flutter_facebook_authdependency and its implementation since it was causing aMissingPluginExceptionif the app isn't setup for Facebook Auth)
It wraps the functionality for those three auth providers. Examples to come soon. This package is being published to improve the BoxtOut tutorial for setting up Firebase Auth. So it's barebones for now. The functionality works great, at the moment I just don't have the time to write a full readme tutorial along with the examples. that will come soon.
Future Development
Add functionality to set the logger or use a default oneAdd the codes thrown from the service into the readmeAdd option to throw exceptions instead of returning aFirebaseAuthenticationResultAdd example to the packageAdd a proper readmeAdd examples into the readmeAdd mobile authentication option (implementation already exists, it just needs to be moved in here)Add other authentication providers
Breaking Change
Removed flutter_facebook_auth dependency and its implementation since it was causing a MissingPluginException if the app isn't setup for Facebook Auth