flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

🔥 A collection of Firebase plugins for Flutter apps.

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

## Bug report **Describe the bug** I have received this crash report from `Crashlytics` : ``` Fatal Exception: java.lang.NullPointerException: Attempt to get length of null array at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:248) at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:241)...

type: bug
blocked: customer-response
Stale
in triage

## Description Prepare for injecting signing certificate and provisioning profile into Runner for CI. Following this documentation: https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development Above documentation does not differentiate between iOS and macOS, it just says...

Fetching documents using collectionGroup() throws "unavailable" error in certain circumstances. This results in an error: 1. Turn off wifi and cellular data (no internet connection) before the app is opened...

type: bug
plugin: cloud_firestore

## Bug report **Describe the bug** the method of onBackgroundMessage is not being called when the server sends for example from 15 to 30 notifications after the app is killed,...

type: bug
plugin: messaging
platform: android
platform: ios

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

## Description The generated Pigeon files were positioned directly in the Classes folder which cause name collision ## Related Issues fix #9511 ## Checklist Before you create this PR confirm...

## Bug report **Describe the bug** ``` The error is stated by [Firebase/Analytics] and says : 9.4.0 - [FirebaseAnalytics][I-ACS023001] Deep Link does not contain valid required params. URL params: {...

type: bug
blocked: customer-response
in triage

## Bug report Followed Flutterfire Auth UI documentation from A to Z. When registering/logging in it, the button signup/sign in just loads forever. If I start the app on the...

type: bug
blocked: customer-response
in triage

## Bug report **Describe the bug** I am setting a document using `FirebaseFirestore.instance.batch();` one of the fields has a null value. This error only occurs when I build the Web...

type: bug
plugin: cloud_firestore
platform: web

## Bug report When listening to a Firestore collection and calling a function with `List` argument in a separate isolate leads to memory leak. When function argument is changed to...

type: bug
plugin: cloud_firestore
Needs Attention