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

## Description ## 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 resolved or fixed...

The documentation states that the message payload for a localised message should look like this: ``` { "data": { "title_loc_key": "NOTIFICATION_TITLE", "body_loc_key": "NOTIFICATION_MESSAGE" } } ``` However, as commented by...

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

Taking values from JSON and directly casting them to `int` or `double` makes them incompatible with dart2wasm, since in wasm they are two distinct types (as opposed to JavaScript where...

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

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

## What feature would you like to see? In the [React Native package for Firebase App Check](https://github.com/invertase/react-native-firebase/tree/main/packages/app-check), they created their own custom provider that essentially overrides the debug provider token....

type: enhancement
plugin: app_check
platform: all

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) to 7.2.6 and updates ancestor dependency [firebase-admin](https://github.com/firebase/firebase-admin-node). These dependencies need to be updated together. Updates `protobufjs` from 7.2.4 to 7.2.6 Release notes Sourced from protobufjs's releases. protobufjs: v7.2.6...

dependencies
javascript

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? Storage ### Which platforms are affected? Android ### Description...

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

## Bug report **Describe the bug** As described in the [documentation](https://firebase.google.com/docs/firestore/query-data/indexing#create_a_missing_index_through_an_error_message), if the required index doesn't exist for your query, an error message with a link to create the index...

type: bug
plugin: cloud_firestore
platform: android
Needs Attention

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

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

In order to get to debug web apps you need this line in your index.html : self.FIREBASE_APPCHECK_DEBUG_TOKEN = true; If this line is left for the production build, it fails...

type: documentation
good first issue
platform: web
plugin: app_check