does not load further page after pressing "Sign in with google"
Aakash-DD opened this issue · 15 comments
does not load further page after pressing "Sign in with google".
onPressed "Sign in with google does not work out and thus does not move to next page.....?
Did you install exactly version packages I mentioned in the article?
Which channel you are using? Some channel like master has some issues with sending the message in Firestore.
Btw, giving some logs is better than just a shorting describe so we can find out the issues.
Also tell me, i created only :
- chat.dart
- settings.dart
3)login.dart
4)const.dart
5)main.dart
and started working...till then it does not allow me to signUp / Sigin.
BTW.all packages are well setup.
Or is there any other thing to be done.....(except stickers)...from my side?
You should check the logcat, I think IDE will notify you something about the errors, maybe something wrong at the config firebase auth.
did you use:
final FirebaseUser user = await _auth.signInWithGoogle(); in your code ?
because google changed the api, using ".signInWithGoogle" will not work especially to the newer versions of flutter.
if so reply to this issue maybe i can help.
@polpokpol no,it's not there.
I know it is changed with signin with credentials
@polpokpol if you have setup this...may be please can you make a screen recording video for this.
How to setup and run this.
Please Bro !!
I swiped my whole day in this project !
im on my phone right now so I cant take a video or picture. From what i remember is i have solved this by going to my firebase console authentication, and click the sign in method, enable the google sign in and lastly put your email in the project support email.

this is only a screenshot from the internet.
I would recommend to execute the app, clean log, try to login and after that paste the log (since will get stuck, some issue happened).
I think the error message is quite clear that your path (projects/signin-66177/databases/(default)/documents/users/...) is wrong so you can't update the data.
About "white blank screen comes up when sign in was success" maybe cause by 2 reasons:
-
Your db only has one user, please add more some users so they can see each other.
-
Your path to getting list user is wrong so don't have any user to render the list
This issue should be close since it does not happen on the main project.
Thanks all.


