flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
## 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...
## 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...
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...
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...
## 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...
## 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...
## 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...
## 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....
## 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....
## 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...