flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

🔥 A collection of Firebase plugins for Flutter apps.

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

## Bug report The app crashes when trying to use data from Firebase Firestore. Maybe somewhat related to #11216, but I thought it would be better to create this issue...

type: bug
plugin: cloud_firestore
platform: ios
type: crash
blocked: firebase-sdk

## Description *Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and...

## Bug report When using Flutter Web Firebase Phone authentication and a reCAPTCHA modal dialog shows, you can hang the app by clicking outside the modal instead of solving the...

type: bug
plugin: auth
platform: web

## Bug report When i want to aggregate data on a collection with `.aggregate()`, it results in following exception when i pass more than five `AggregateField`s. Exception ``` PlatformException (PlatformException(invalid-argument,...

type: bug
plugin: cloud_firestore
platform: android
platform: ios

## Bug report **Describe the bug** FirebaseAuth.instance.currentUser is always null when initializing firebase on windows, even if the user is logged in. It then changes to a non-null value within...

type: bug
plugin: auth
platform: windows

## Feature Request: Overload `Query.where` to Accept a Map for Dynamic Query Construction ### Problem Statement The current signature of the Query.where method in Firestore mandates setting each query parameter...

type: enhancement
plugin: cloud_firestore

## Update 4.14.0 CHANGELOG to clearly describe its BREAKING change According to the [diff](https://github.com/firebase/flutterfire/commit/82af6c2f40160a9e2f74e2d48652003fa48bb161#diff-a7d6f2f7fa9f6ad84f9faf884d4a507f5e85a06d88e64b99578de885a0b637d5R19), since cloud_firestore version `4.14.0`, aggregation `count` query returns `int?` instead of `int`, which is not compatible...

type: enhancement
plugin: cloud_firestore

Calling `Reference.getDownloadUrl()` on a non-existing object results in the attached output on the console. While the devs of the Android SDK might consider this useful information for their work, none...

type: enhancement
plugin: storage

## Bug report **Describe the bug** I am using this function: await FirebaseMessaging.instance.setForegroundNotificationPresentationOptions( alert: false, badge: false, sound: false, ); to disable foreground notification in IOS but I'm keep getting...

type: bug
plugin: messaging
platform: ios
Needs Attention

## Description The error codes is not very clear, the way that firebase SDK handles the errors is not the best, using sealed classes or enum class is more efficient,...