fb_auth
fb_auth copied to clipboard
Shared Mobile and Web Firebase Login
The currentUser() method within the FbClient class, upon successful login, the token information is saved to fb_auth.json. Once application is closed and reopened the following occurs: ```dart @override Future currentUser()...
The PR sets firebase_auth plugin as the base method for authentication in macOs instead of the REST client. The REST client still works by setting `useRestClient = true` in `ios.dart`...
The plugin configuration includes the firebase configuration for web build right in dart code in the `main.dart`file. But this configuration is never used. This PR modifies the `web.dart` file in...
the example doesnt work: packages/padel/main.dart:27:27: Error: Too few positional arguments: 1 required, 0 given. final _fbAuth = FBAuth(); ^ packages/padel/main.dart:26:11: Error: The method 'dispatch' isn't defined for the class 'AuthBloc'....
Hi all, I implemented the example today for Android/iOS/MacOS, and have Android and iOS working. When building for MacOS, after I click login with my credentials the app hangs and...
When I start the sample application the message appears: "Cannot find native JavaScript type (firebase.FirebaseError) for type check"
does this support phone auth on all platform
I am trying to use this plugin and it works fine in the web, I don't know about ios because I am not using that but in android I can...