-
I/BiChannelGoogleApi(21566): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzaq@8160bdb
I/flutter (21566): PlatformException(FirebaseException, An inter…
-
We've been encountering a growing number of errors lately reported in Firebase Crashlytics for users with iOS devices (16 and 17), and it seems to be directly related to the BlinkID plugin in our proj…
-
## Summary
Firebase Test Lab is essential for doing broad scale testing of the app across many different devices. Though not critical for the V1 launch, it would be very helpful in assuring the qua…
-
Images pulled from the web show ok when running `flutter run -d chrome`
However when I deploy the app on Firebase using: firebase deploy and hitting the endpoint, when I refresh the page, network pul…
-
I am getting a missing plugin exception on the android simulator. it works in the IOS simulator and the IOS physical machine. I a, using firebase as well as flutter_stripe_payments. Is there a confli…
-
It happened on an Android device, Android system 12, and the device was the Pixel 6 Pro,The ANR information is as follows:
main (runnable)
tid=1 systid=4124
Triggered ANR
Root blocking
com.mixp…
-
navigation service broke first . I commented the return statement from pop() function.
I have submitted signup form dialog service broke.
I/BiChannelGoogleApi(28776): [FirebaseAuth: ] …
-
可以优化的点应该是:
如果 404 了,去 flutter.dev 获取内容,然后获得上游网站的 301 地址,替换域名跳转到 flutter.cn 相应的地址。
核心的代码应该是
```
proxy_redirect https://flutte.dev/ https://flutter.cn;
```
比如 https://flutter.dev/g…
-
The fix is to add
```
android.useAndroidX=true
android.enableJetifier=true
```
to gradle.properties, as explained in https://flutter.dev/docs/development/androidx-migration#how-do-i-know-if-my-pr…
-
### 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, Firebase UI Localizations
###…