Google Sign In | Complete Flutter App #6

preview_player
Показать описание
Google Sign In | Complete Flutter App #6

In the last video we wrote some code for logging in with email and password. There were a couple things I wanted to clean up from that like showing the user a useful snackbar with the specific error. But then after that, I also wanted to allow people to login with their google log in information. Google Sign In is pretty simple as long as you know how to set it up.

Make sure to Like and Share!

Thanks For Watching!

Laptop I use for drawing, recording, and editing:

Super cheap, quality mouse. And batteries last forever:

Docking station to keep everything organized:

Also my favorite book ever, just so more people can read it :)

#flutter #google #login
Рекомендации по теме
Комментарии
Автор

Hey, I going through your tutorials and I must say your work is really helping me improve my knowledge in Flutter.

vinamrasaxena
Автор

what exacly is the sha1 key ? why do we need it ? does the key is based on the pc or some server ? sorry for asking a lot of questions

avidanmaatuk
Автор

Bro i have a 12500 exception when I click the connect button with google sign in

please help me

juniordzoche
Автор

Thank you, I forgot define final for AuthCredential _userCredential . variable, so I get stuck at the loading screen after choosing an account. ahahahaa

huynhhuunhan
Автор

You forgot to tell us to push code😂 i havent commited since the first initial commit. Now i have implemented the email login too. Guess i've to push them together :(

brilltwoant
Автор

for me it's continuously loading after tapping the "sign In with google" what might be the reason?

DileepKumar-tgos
Автор

Can I use this pattern with Facebook login too?

bampiyaon
Автор

I have a google sign in app and if I build an APK the app doesn’t work fine, I don’t know why... While I was debugging google sign in worked fine. Do you know why or have a suggestion?

Aitroll
Автор

Thanks for great tutorial. I am encountering the issue that idToken is null. My access token is fine. Do i need to have idtToken ?

anhkietphi
Автор

hai, hanks for great tutorial., i am getting an error like this

"Compiler message:
Error: Method not found:
final AuthCredential credential =
"

Do you know why or have a suggestion? Thanks again.

sagarms
Автор

For mac User (No Java runtime present, requesting install.) 5:10
cd /Applications/Android\
./keytool -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore

mitzukodavis