flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
## 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...
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 ###...
## 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....
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...
### 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...
## 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...
### 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...
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...