flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

🔥 A collection of Firebase plugins for Flutter apps.

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

## Bug report **Describe the bug** When calling `User.getIdTokenResult` on Windows I've always got null values in `IdTokenResult.authTime`, `IdTokenResult.claims`. ### Steps to reproduce Steps to reproduce the behavior: 1. Start...

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

## Bug report **Describe the bug** When I start my web application, I'm unable to use Firebase Messaging for the web. ``` [firebase_messaging/failed-service-worker-registration] Messaging: We are unable to register the...

type: bug
plugin: messaging
platform: web

## Bug report The docs found at https://firebase.google.com/docs/flutter/setup?platform=web#disable-auto state that the JS auto injection can be disabled using `window.flutterfire_ignore_scripts` which is true however it also states they can be manually...

type: bug
type: documentation
platform: web

### Is there an existing issue for this? - [X] I have searched the existing issues and found no duplicates. ### What plugin is this bug for? Firebase UI Auth...

type: bug
plugin: auth
platform: ios

## Bug report **Describe the bug** When generating a TotpMultiFactor secret, Firebase on Android throws an `ERROR_REQUIRES_RECENT_LOGIN` regardless of how recent the last sign in was. **Web and iOS are...

type: bug
plugin: auth
platform: android

## Description ` String? get languageCode { if (_delegate.languageCode != null) { return _delegate.languageCode; } return null; }` This code has a redundant check. Getter languageCode will always return String?...

Since most of the packages are supporting windows now, it would be great to have `cloud_functions` package support windows for callable functions to unify behavior and code on all platforms!...

type: enhancement
plugin: functions
platform: windows

I implemented Firebase Analytics implementation to my Flutter Web project as described [here](https://firebase.google.com/docs/analytics/get-started?platform=flutter) I can see my application on Firebase Console but I couldn't see any traffic referrer data or...

type: bug
type: documentation
plugin: analytics
platform: web
Needs Attention

## Bug report **Describe the bug** I'm trying to use FirebaseAnalytics.instance.logCampaignDetails for re-engagement but it doesn't seem to be working, after calling the method, I look for the UTMs I...

type: bug
plugin: analytics
Needs Attention

## Bug report **Describe the bug** I'm measuring screen views by calling ``` FirebaseAnalytics.instance.logEvent( name: 'screen_view', parameters: { 'screen_name': screen.name, 'screen_class': screen.screenClass, 'firebase_screen': screen.name, 'firebase_screen_class': screen.screenClass, }, ); ``` As...

plugin: analytics
blocked: firebase-sdk