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 **Describe the bug** screen_view event is not fired when transitioning to the same screen using pushAndRemoveUntil. - First, prepare PageA, which calls setCurrentScreen when it detects a...

type: bug
blocked: customer-response
in triage

## Bug report **Describe the bug** I'm experiencing an issue with Firestore's FieldValue.increment() function when using large integer values. The increment works correctly for smaller numbers, but it produces incorrect...

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

Apple will be requiring apps to include more privacy-related reasoning for "third-party SDKs" in "Spring 2024": https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests?language=objc You can see these FlutterFire plugins included on the list of commonly used...

type: enhancement
platform: ios

On Android When my app is in the background And I (the user) dismiss a just received push notification via the system menu Actual: In my onBackgroundMessageReceived callback I get...

type: enhancement
plugin: messaging
platform: android

## Bug report **Describe the bug** I can no longer sign in with phone number in my flutter app, after updating flutter (and firebase_auth). Calling `FirebaseAuth.instance.signInWithPhoneNumber()` with the same parameter...

type: bug
blocked: customer-response
in triage

## Bug report **Describe the bug** Hi FlutterFire team, I brought [this from "discussions"](https://github.com/firebase/flutterfire/discussions/12262) as there has been no feedback and it seems this is a possible bug. It looks...

type: bug
blocked: customer-response
in triage

## Bug report **Describe the bug** As the title says. ### Steps to reproduce Steps to reproduce the behavior: 1. Call `await FirebaseFirestore.instance.collection('anyCollection').doc('anyId').get();`(`where`, `whereIn` also generate the same crash) from...

type: bug
plugin: cloud_firestore
type: crash
platform: windows

## Bug report **Describe the bug** When calling onBackgroundMessage the application crashes without fixing the error FirebaseMessaging.onBackgroundMessage(initMessage); ### Steps to reproduce Steps to reproduce the behavior: 1. Start app 2....

type: bug
blocked: customer-response
in triage

## Bug report Setting `FirebaseFirestore.instance.settings` causes the following `FirebaseError` when interacting with the instance after hot reloading or hot restarting: ``` FirebaseError: initializeFirestore() has already been called with different options....

type: bug
plugin: cloud_firestore
platform: web

## Bug report Just wondering if this warning will cause problem in the future. ### Steps to reproduce Just deploy the firebase_analytics example in Firebase hosting Go to the website...

type: bug
blocked: customer-response
in triage