flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

🔥 A collection of Firebase plugins for Flutter apps.

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

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

type: bug
blocked: customer-response
in triage

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

type: bug
impact: crowd (P2)
plugin: cloud_firestore
platform: ios

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

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

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

type: bug
plugin: dynamic_links

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

type: bug
plugin: core

## Description Adds `/` in homepage url in `pubspec.yaml` to get response status `200` Screenshots Without `/` ![image](https://user-images.githubusercontent.com/74326345/183353807-80378631-5afc-4099-bb05-4473e4b2be89.png) With `/` ![image](https://user-images.githubusercontent.com/74326345/183353897-1db6b8ac-b053-482a-a96e-3699e4e0d5ee.png) ## Related Issues Fixes #9313 ## Checklist Before you...

type: documentation
plugin: core
ready-to-merge

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

type: bug
plugin: ui

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

type: bug
plugin: core
platform: web
type: crash

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

type: bug
blocked: customer-response
plugin: database
platform: ios
Stale

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

type: infrastructure