flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
## Bug report **Describe the bug** Consider two active onValue listeners queryA and queryB. Now a new onValue listener queryC is added. With the following setup if an update operation...
## Bug report After upgrading the Firebase dependencies to latest versions, I get the following errors when trying to build for iOS: ``` Parse Issue (Xcode): Expected a type /Users/whidev/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-3.2.0/ios/Classes/Private/FLT...
## Bug report **Describe the bug** Not able to consistently reproduce but on iOS we have uses that are in crash loops with the following error.: Fatal Exception: NSInternalInconsistencyException FIRESTORE...
## Bug report **Describe the bug** Using the firebase auth sign in with email link `sendSignInLinkToEmail`, the link sent to user's email has its query params `mode` and `oobCode`, however...
## Bug report **Describe the bug** The homepage link in `pubspec.yaml` is not responding with a status of `200`. Hence, the score on `pub.dev` is reduced to 120 points.
## Description Adds `/` in homepage url in `pubspec.yaml` to get response status `200` Screenshots Without `/`  With `/`  ## Related Issues Fixes #9313 ## Checklist Before you...
## Bug report In login_view.dart _buildHeader function there is a RichText. It doesn't obey theming well enough to allow the font of the "Register" text button to match the font...
## Bug report Since upgrading to the last Flutterfire releases, we're seeing this error randomly on production: ``` minified:QB: NoSuchMethodError: method not found: 'ga9Q' on null at (../../../../programs/flutter_3_0_5/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.20.0/lib/src/firebase_app.dart:66:3) at _StringAllMatchesIterator.moveNext(main.dart.js:3143:51)...
## Bug report When querying the database with a reference that contains four children, the data returned under iOS returns a snapshot from the first three children, not the fourth...
## Description 7ba3141ecde739eef94eb677abd9b0a1f905aa1c has broken the CI. This PR should fix it. ToDo: * [ ] Moved `firebase_dynamic_links` into own workflow ## Related Issues *Replace this paragraph with a list...