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

I am building a flutter app for a chrome extension, which *does not* allow ANY CSP violations at all (using manifest v3). Recently I integrated firebase firestore, however I would...

type: bug
plugin: core
platform: web

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? Core, Auth, Other ### Which platforms are affected? iOS...

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

As title. Works for iOS so it's not a server issue. ``` Doctor summary (to see all details, run flutter doctor -v): [āœ“] Flutter (Channel stable, 3.0.0, on macOS 12.3.1...

type: bug
type: documentation
plugin: messaging
platform: android
platform: macos

## Bug report The platform code does not allow setting the tenantId to null. Even though it defaults to null, setting it back to null after setting it to something...

type: bug
plugin: auth
blocked: firebase-sdk
platform: all

## Description *Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and...

## Bug report **Describe the bug** I have received this report twice yesterday in my crashlytics dashboard. I am not sure if this is a `firebase_crashlytics` issue or not but...

type: bug
plugin: auth
type: crash
Needs Attention
platform: all

## Bug report **Describe the bug** When errors are reported with `recordError` close to each other, their custom keys get mixed up. ``` WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); FlutterError.onError = FirebaseCrashlytics.instance.recordFlutterFatalError; PlatformDispatcher.instance.onError...

type: enhancement
plugin: crashlytics
blocked: firebase-sdk
platform: all

This umbrella issue describes the current support of [Background Isolates](https://medium.com/flutter/introducing-background-isolate-channels-7a299609cad8) (announced as of Flutter 3.7) with FlutterFire. The current implementation of Background Isolates only supports Flutter->Host and not the other...

blocked: flutter
platform: all

If I want to use `transactionUpdate()` method, I need to provide a `Transaction` object, but there is no documentation on how to create this object. For example, this code doesn't...

type: documentation
good first issue
plugin: odm
platform: all

It's possible to pass "source" to GetOptions in the get() calls to make it retrieve the cache-only updates. Implement the same feature for the real-time listener. Use case: I’d like...

type: enhancement
plugin: cloud_firestore
blocked: firebase-sdk
platform: all