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

## Bug report **Requests don't get verified** After I added App Check to my project, instead of getting verified, requests are considered malicious. This happens both in simulators and real...

type: bug
platform: android
plugin: app_check

## Description Copied from: https://github.com/firebase/flutterfire/blob/c2771a425bd7260b11970e9e9e77ef40a39f9f16/packages/firebase_auth/firebase_auth_platform_interface/lib/src/types.dart#L32 ## 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...

type: documentation
plugin: auth

### Discussed in https://github.com/firebase/flutterfire/discussions/9260 Originally posted by **sentd94** July 29, 2022 When listening to realtime updates of a collection, no errors / exceptions are emitted to the stream (for example...

type: enhancement
plugin: cloud_firestore
type: missing-feature

``` Building with Flutter multidex support enabled. Error: Exception in thread "main" java.net.SocketException: Broken pipe (Write failed) at java.base/java.net.SocketOutputStream.socketWrite0(Native Method) at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeChangeCipherSpec(SSLSocketOutputRecord.java:231) at java.base/sun.security.ssl.OutputRecord.changeWriteCiphers(OutputRecord.java:187) at java.base/sun.security.ssl.ChangeCipherSpec$T10ChangeCipherSpecProducer.produce(ChangeCipherSpec.java:118)...

type: bug
Needs Attention
in triage

## Bug report **Describe the bug** when I try to use FirebaseAuth.instance.verifyPhoneNumber, verificationFailed triggers with the following message: "If app delegate swizzling is disabled, remote notifications received by UIApplicationDelegate need...

type: bug
type: documentation
plugin: auth
platform: ios

In `firebase_storage: ^10.2.12` anytime I launch on iPhone 13 physical device: ```dart imgUrl = await FirebaseStorage.instance.refFromURL('gs://my-great-app-1.appspot.com/$urlToMyImage').getDownloadURL(); ``` I receive the log error: ``` GTMSessionFetcher invoking fetch callbacks, data {length =...

type: bug
plugin: storage
platform: ios
Needs Attention

`flutter doctor -v` ``` [√] Flutter (Channel unknown, 2.5.0, on Microsoft Windows [Version 10.0.19042.1237], locale en-US) • Flutter version 2.5.0 at C:\tools\flutter • Upstream repository unknown • Framework revision 4cc385b4b8...

type: bug
plugin: functions

If you try and manually add google service config files to your android and iOS project (i.e. not using `flutterfire configure`), it tries to call `optionsFromResouce()`. This behaviour needs to...

type: bug
plugin: core
platform: android
platform: ios

According to https://github.com/firebase/firebase-js-sdk/issues/5812 we can have the same behaviour as `setDefaultEventParameters` by using https://firebase.google.com/docs/reference/js/analytics.md?hl=fi#initializeanalytics

plugin: analytics
platform: web
type: missing-feature

## Bug report **Describe the bug** The `onMessageOpenedApp` listener is not triggered in example app after opening incoming push notification (on Android only). I am not sure if it is...

type: bug
plugin: messaging
platform: android