Firebase Authentication Service
This package provides a FirebaseAuthenticationService
that provides the following logins.
- Apple
- Facebook (Removed
flutter_facebook_auth
dependency and its implementation since it was causing aMissingPluginException
if 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
FirebaseAuthenticationResult
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