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

Longer description should be pretty easy, perhaps comments in dart doc is feasible. Platform support seems like a confusion. 120 or 130 is a plus, less than 100 feels like...

type: documentation
plugin: ui

Registration window cuts off something ![image](https://user-images.githubusercontent.com/287137/174776814-dd77868a-0547-4317-95ce-8bc0abe80f6a.png)

type: bug
platform: web
platform: macos
plugin: ui

FlutterFire UI should be split into several packages: - firebase_ui_auth - firebase_ui_database - firebase_ui_firestore - firebase_ui_localizations - firebase_ui_oauth - firebase_ui_oauth_apple - firebase_ui_oauth_facebook - firebase_ui_oauth_google - firebase_ui_oauth_twitter

type: enhancement
plugin: ui

Since MFA is now supported in firebase_auth, firebase_ui_auth should have widgets that facilitate MFA

type: enhancement
plugin: ui

As discussed with @kroikie, flutterfire_ui should support all languages that are available in `material_localizations`. We need all labels to be translated and added to firebase_ui_localizations package.

type: enhancement
plugin: ui

- [x] API docs - [x] Getting started guide - [ ] add migration guide - [ ] add platform support matrix for firebase_ui_auth

type: documentation
plugin: ui

## Bug report **Describe the bug** After integration of the firebase performance flutter plugin, I am continuously seeing the exception. `:"PlatformException","value":"PlatformException(error, Object for handle already exists: 3, null, java.lang.IllegalArgumentException: Object...

type: bug
plugin: performance

## Description This PR is a proof of concept way of adding support for automatic http traces for Firebase Perf in Dart. ### Usage ```dart import 'dart:io'; import 'package:flutter/material.dart'; import...

blocked: do-not-merge

## Bug report After I upgrade firebase_messaging to a new version, a lot of crash was reported. ``` Fatal Exception: android.os.BadParcelableException: Parcelable protocol requires subclassing from Parcelable on class com.google.firebase.messaging.T...

type: bug
blocked: customer-response
plugin: messaging
platform: android
type: crash
Stale

I have a deeplink that when clicked is supposed to open a specific screen. **On Android all scenarios work perfectly.** On iOS I see the following behaviours: **Working scenario:** If...

type: bug
plugin: dynamic_links
platform: ios
Needs Attention