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

## Description Added serviceWorkerRegistration to GetTokenOptions for web. This was needed to be able to use a custom service worker. I used Object? for the interface for compatibility, with an...

blocked: customer-response
plugin: messaging
platform: web

## Description This feature enables developers to use a pre-generated debug token rather than generating one at runtime. It is particularly beneficial in CI environments where manually copying the token...

## Description Previously, text containing characters from languages such as Korean, which are encoded in UTF-8, was not being decoded correctly. This resulted in characters appearing garbled or "broken". This...

### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Core ### Which platforms are affected? Windows ### Description...

type: enhancement
plugin: core
Needs Attention
platform: windows

### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Auth ### Which platforms are affected? Android, iOS ###...

type: bug
plugin: auth
platform: android
platform: ios
Needs Attention
blocked: firebase-sdk

### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Auth, Core, In-App Messaging ### Which platforms are affected?...

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

## **What feature would you like to see?** I would like to see official support for the Linux platform in the firebase_auth FlutterFire plugin. ## **Is there a missing a...

type: enhancement
Needs Attention

### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Auth ### Which platforms are affected? Android, iOS ###...

type: bug
plugin: auth
platform: android
platform: ios
Needs Attention

## Use case I use `FirebaseFunctions` and `FirebaseAuth`. I want to catch `FirebaseException` and show `AlertDialog` with special localized alert message, depending on what `code` is provided. ## Problem I...

type: documentation
good first issue
plugin: functions
plugin: auth
platform: all