-
## Steps to Reproduce
1. run macos app with `flutter run -d macos`
2. Observe that it is failing with below error
3. Open the app in xCode and run the app from there
4. Observe that it works a…
-
Thanks for your package! I used flutter_apns and have tried to migrate to Push. It works fine, but I got one annoying issue.
I use uni_links with this code to start the app with an initial link:
…
-
Here's my demo project: https://github.com/18clans/firebase
I'm on version **_8.1.1_**. Using NS _**5.3.1**_. I have both **_GoogleService-Info.plist.dev_** and **_GoogleService-Info.plist.prod_**…
-
### 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
### What platform(s) does this…
-
## Bug report
Using google chrome and a web app, register a new email address and wait for the verify email to be sent. Without clicking on the link in the verify email, click "continue" or "go ba…
-
This piece of code is catching my Firebase dynamic links' `link` param:
```
_intentDataStreamSubscription =
ReceiveSharingIntent.getTextStream().listen((String value) {
if (value != …
-
It would be great if we can have a example build for an Android app so that the best practices are followed in implementing other OAuth providers.
Thanks.
-
## Bug report
cloud_firestore: ^4.15.6
cloud_firestore_odm: ^1.0.0-dev.83
cloud_firestore_odm_generator: ^1.0.0-dev.83
With the above versions of dependencies, I have generated the cloud fires…
-
I'm using AppLinks for Android with https scheme and deeplinking is working fine.
The issue that I have is with linkStream.listen(String link) method. It never gets called.
For iOS everything works…
-
### Expected Behaviour
Use of FirebaseMessaging 3.0
### Actual Behaviour
Use of FirebaseMessaging 2.0
#### Sample Code that illustrates the problem
```xml
```
Are you considering updati…