flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

🔥 A collection of Firebase plugins for Flutter apps.

Results 603 flutterfire issues
Sort by recently updated
recently updated
newest added

## 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...

type: bug
plugin: ui

## 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...

type: bug
plugin: ui

### Discussed in https://github.com/firebase/flutterfire/discussions/9052 Originally posted by **cselti** July 7, 2022 Add Hungarian localization flutterfire_ui.

type: enhancement
plugin: 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:...

type: bug
plugin: ui

## 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. ###...

type: bug
plugin: ui

## 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...

type: bug
plugin: auth
platform: web
type: crash

## 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...

type: bug
plugin: crashlytics

## 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...

type: bug
blocked: customer-response
in triage

## 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....

type: bug
blocked: customer-response
in triage