flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
Hello, on the new documentation of crashlytics https://firebase.google.com/docs/crashlytics/get-started it is written to use `FlutterError.onError = FirebaseCrashlytics.instance.**recordFlutterFatalError**;` instead on https://pub.dev/packages/firebase_crashlytics it is written to use `FlutterError.onError = FirebaseCrashlytics.instance.**recordFlutterError**;` I always used...
## Bug report In responsive_page.dart there is the following code ``` return LayoutBuilder( builder: (context, constraints) { if (constraints.biggest.width > breakpoint) { // show sidebar else // show header ```...
[email_form.zip](https://github.com/firebase/flutterfire/files/9215855/email_form.zip) ## Bug report There is no "show password" icon in the password edit box ### Expected behavior Need to be able to toggle show/hide password ### Sample project Code...
## Bug report On the sign in screen if you have entered some text in the email field or password field, when you rotate your device, the text is lost...
## Bug report When you click "verify email" an email gets sent and can be clicked on but the spinning circle keeps on spinning and there's no indication that the...
## Bug report **Describe the bug** When using the SignInScreen() widget, it seems that even though logging in with Apple should work, it doesn't. I've followed the instructions [here](https://firebase.google.com/docs/auth/web/apple), yet...
## Bug report **Describe the bug** When `GoogleProviderConfiguration.clientId` is always set to the Web client ID, as suggested by the docs for `GoogleProviderConfiguration`, the app crashes on iOS during sign...
## Bug report **Describe the bug** The issue is spotted here in [twitter_login](https://github.com/0maru/twitter_login/issues/86). ### Expected behavior My app doesn't use twitter_login but uses ```flutterfire_ui```. Also, my app only use email/password...
## Bug report **Describe the bug** I'm using `flutterfire_ui` on Android with the following: - `AuthFlowBuilder` - `AuthFlowBuilder` - `GoogleProviderConfiguration` - `AppleProviderConfiguration` Despite the fact that I've never used `flutter_facebook_auth`...
## Bug report **Describe the bug** SMS Code Flow fails sometimes on Phone Auth method. ``` flutter: ‼️ 14:39:08.058876 ERROR Global Loggy - ERROR:Bad state: Future already completed flutter: #0...