flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
## Bug report **Describe the bug** I am using a [flutterfire_ui](https://pub.dev/packages/flutterfire_ui) package to manage the sign in process with phone authentication. When a user signs with phone he/she will be...
## Bug report **Describe the bug** I'm using the login and register page provided by `flutterfire_ui` but one thing that's been tripping me and the reviewers up is that if...
### Discussed in https://github.com/firebase/flutterfire/discussions/9052 Originally posted by **cselti** July 7, 2022 Add Hungarian localization flutterfire_ui.
## Bug report **Describe the bug** `FirestoreListView` does not rebuild when using collection group queries. ### Example ```dart FirestoreListView( pageSize: 2, shrinkWrap: true, query: cloudFirestore .collectionGroup('connections') .where('uid', isEqualTo: 1), itemBuilder:...
## Bug report There are six hardcoded messages in english in profile_screen, concerning verification e-mail. It is impossible to override them when making localization, that is not supported yet. ###...
## Bug report **Describe the bug** When hot reloading my app, I receive the following messages in the console: ``` Performing hot restart... Waiting for connection from debug service on...
## Bug report I'm using `Image.network` with `errorBuilder` but crashlytics is still filled with exceptions. Because of these exceptions, I'm unable to see real issues in the firebase dashboard, because...
## Description see title. ## Related Issues closes https://github.com/firebase/flutterfire/issues/8811 ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`)....
## Bug report **Describe the bug** Hello, I am implementing Firebase Dynamic Link in my Flutter Application. Everything is working as expected on android but on iOS, dynamic link is...
## Bug report **Describe the bug** I am calling `RemoteMessage? message = await FirebaseMessaging.instance.getInitialMessage();` on my app to open a specific page when the user clicks on the push notification....