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