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

Hi all, Asking here because I couldn't find any official documentation about this. Does the Flutter version of firebase_performance automatically collect any metrics? Or I need to implement custom metrics...

type: documentation
type: question
blocked: customer-response
plugin: performance
Stale

Hi there, As the title states, I want to notify how configuring Google Sign In - for me - is becoming really confusing if not actually impossible. This issue follows...

type: documentation
good first issue
plugin: auth
platform: android
platform: ios

## Bug report When using the `loadBundle` on web, the browser dev tool's console window displays the following error message: ```console Uncaught (in promise) unimplemented   | loadBundle | @ |...

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

## Bug report **Describe the bug** When i do: REFERENCE.orderByKey().startAt(...).endAt(...) to listen to changes (onAdded, onChanged, onRemoved) it is working fine, unless i make another request for the same database...

type: bug
plugin: database

## Bug report **Describe the bug** The milliseconds since the epoch returned by the creationTime is according to the local time zone. But it should be according to the UTC...

type: bug
plugin: auth
resolution: solution-provided

Firebase Crashlytics shows non-fatal issue ``` Non-fatal Exception: FlutterError MissingPluginException(No implementation found for method cancel on channel clients/123456/-MSgn_H8m8_-IV05zNnC-[DEFAULT]-null-DatabaseEventType.value-[]#1). Error thrown Instance of 'faa'. Non-fatal Exception: FlutterError 0 ??? 0x0 (null)....

type: bug
plugin: database
platform: android
platform: ios
resolution: needs-repro

Blocked by https://github.com/firebase/flutterfire/pull/9184 ## Description ## Related Issues ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This...

type: bug
plugin: odm

## Description Work in progress. ## Related Issues *Replace this paragraph with a list of issues related to this PR from the [issue database](https://github.com/flutter/flutter/issues). Indicate, which of these issues are...

blocked: do-not-merge

As shown in [this issue](https://github.com/invertase/flutterfire_cli/issues/14) the CLI doesn't support Android Flavors and Dimensions or iOS Schemes and Targets, so we can't use the CLI to setup our Firebase projects. Until...

type: documentation
type: enhancement
good first issue

## Bug report **Describe the bug** Using `getInitialLink()` or `onLink` to get the dynamic link info `utmParameters` in `PendingDynamicLinkData `are always empty on Android. On iOS it works perfect. ###...

type: bug
plugin: dynamic_links
platform: android
blocked: firebase-sdk