funwithflutter / lit_firebase_auth

Lit Firebase Auth simplifies the process of adding Firebase Authentication to a Flutter application.
MIT License
76 stars 18 forks source link

Huawei support is one dependency upgrade ahead #25

Open ciriousjoker opened 3 years ago

ciriousjoker commented 3 years ago

Firebase Auth v20 supports non-gms devices now: https://firebase.google.com/support/release-notes/android

ciriousjoker commented 3 years ago

Actually, it doesn't seem to be that easy.

https://pub.dev/packages/firebase_auth/changelog seems to be stuck on 0.18.2 for the time being.

I created a bug report here: https://github.com/FirebaseExtended/flutterfire/issues/4004

in case you want to get notified.