-
May be related to #32657.
## Steps to Reproduce
Here is a complete standalone repro (tried with `cloud_firestore` versions `0.11.0+2` and `0.10.1`):
```dart
import 'package:cloud_firestore/clo…
-
How to implement the serverClientId in the GoogleSignIn object?
I want to be able to authenticate with a backend server, the process in android with Java is:
GoogleSignInOptions gso = new Goog…
-
### [READ] Step 1: Are you in the right place?
Issues filed here should be about a feature request for a **specific extension in this repository**. To file a feature request that affects multip…
-
## Steps to Reproduce
I want to query a Firebase DB collection to figure out whether any document contains a matching string. If no match is found I throw an exception, and if a match is foun…
-
## Steps to Reproduce
1. Create flutter app that is using the camera implementation from the [example folder](https://github.com/flutter/plugins/blob/master/packages/camera/camera/example/lib/main.…
-
### Extension name
This feature request is for extension: **firestore-send-email**
### What feature would you like to see?
The following issue describes an issue where the extension fails…
-
To my understanding, the dependency requested by `firebase_auth` (`androidx.legacy:legacy-support-v4:26.0.0`) doesn't exist; I can only find `v1.0.0` on [maven](https://mvnrepository.com/artifact/andr…
-
Steps:
1- While building my flutter project for android using emulator in windows 10, I was forced to follow the instructions in this link https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-…
-
E/flutter (26508): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementat
ion found for method getAll on channel plugins.flutter.io/package_info)
E/f…
-
## Steps to Reproduce
1. Create a Flutter application with Google sign in package
2. Create a script with the following code:
```dart
GoogleSignIn _googleSignIn = GoogleSignIn();
Google…