Posts by Edit's Vfx • 61 points
2 posts
-
2
votes1
answer239
viewsQ: Login with google does not work in apk release Flutter
In debug mode, login works normally, I’ve already configured SHA1 and also added Internet permission, in debug mode it works normally, but when I Gero the final apk, it doesn’t work (opens the panel…
-
3
votes1
answer819
viewsQ: How to get the uid of the currentUser in the firebase in flutter?
After the splashscreen I check if the currentUser is null. If it’s not I redirect it to my home. The problem is that this user’s UID is null. I wonder how do I get this UID from currentUser. I used…