flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

šŸ”„ A collection of Firebase plugins for Flutter apps.

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

## Bug report **Describe the bug** My application is rejected by Apple due to the following reason "App randomly crashes". I am unable to reproduce the issue. The application never...

type: bug
Needs Attention
in triage

Hello, We already discussed silent notifications on ios in foreground and background mode and I shared our working solution in #8277. Now above thread is closed, so Iā€™m forced to...

type: bug
plugin: messaging
platform: ios

## Description ```js // On firebase-admin (server) console.log(user.metadata.creationTime); // Mon, 18 Jul 2022 10:17:31 GMT ``` ```dart // As currently implemented print('${DateTime.fromMillisecondsSinceEpoch(_creationTimestamp!)}'); // 2022-07-18 11:17:31.699 // Fix print('${DateTime.fromMillisecondsSinceEpoch(_creationTimestamp!, isUtc: true)}');...

type: bug
plugin: auth

## Description See title. ## Related Issues See this issue for further details on setting up iOS app for debugging purposes. https://github.com/firebase/flutterfire/issues/8969 ## Checklist Before you create this PR confirm...

## Description see title. ## Related Issues fixes https://github.com/firebase/flutterfire/issues/6216 ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`)....

## Description This fixes the scenario where a push notification is sent but the user presses the app icon to open app. This PR ensures that the notification that was...

type: bug
plugin: messaging

## Bug report On iOS devices `FirebaseMessaging.onMessage` do not fire event if data message (without 'notification' key) received. With the same payload `FirebaseMessaging.onMessage` fires events on Android. And on both...

type: bug
blocked: customer-response
in triage

## Description This PR should add support for searching Enums [.whereMyEnum()]. Previously using an Enum in a model would be stored and retrieved, but then it couldn't be searched on....

plugin: odm

Related to https://github.com/firebase/firebase-ios-sdk/issues/5540 When launching the app customers are reporting that they are asking for sensitive key-chain access. We had to include Firebase Core in order to get FCM working.....

type: bug
plugin: core
plugin: messaging
platform: macos

## Bug report After using FirebaseAuth.instance.signInWithRedirect(googleProvider) in flutter web, when the signIn flow concludes, i was redirected to my app, when i try calling FirebaseAuth.instance.getRedirectResult(); I am getting the following...

type: bug
blocked: customer-response
in triage