flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

🔥 A collection of Firebase plugins for Flutter apps.

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

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

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

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

## 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 **After adding firebase_core to a new project and attempting to run the app on Windows, I encountered some warnings. The app was built successfully, but contrary...

type: bug
blocked: customer-response
Stale
in triage

## Bug report Several Google Flutter web apps using Firebase plugins that rely on firebase_core_web are receiving browser error reports through the [TrustedTypes](https://web.dev/trusted-types/) browser APIs. Specifically, the script injection code...

type: bug
plugin: core
platform: web

## Bug report **Describe the bug** The FlutterJNI.loadLibrary is called twice. Error message displayed in the Debug Console **W/FlutterJNI(10613): FlutterJNI.loadLibrary called more than once W/FlutterJNI(10613): FlutterJNI.prefetchDefaultFontManager called more than once**...

type: bug
plugin: messaging
platform: android

## Bug report Trying to access an image from Firebase Storage gives an error everytime I try to access, with any path. In the rules: ``` service firebase.storage { match...

type: bug
blocked: customer-response
Stale
in triage

## Bug report **Describe the bug** To comply with GDPR we are not allowed to load any scripts from a third party domain such as ` *.gstatic.com`. Because in this...

type: documentation
plugin: core
plugin: messaging
platform: web

As per https://developers.google.com/tag-platform/security/guides/app-consent?platform=ios the recommended way to set user consent is consent mode v2, which enables toggling the following four individual properties. ``` AD_PERSONALIZATION | Sets consent for personalized advertising....

type: enhancement
plugin: analytics