This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/google_signin_iii_example
Im getting [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null) even if mike gets 12500 and I have no idea how to solve it
I have been searching for a tutorial like this for too long, thank you. You solved in 16 minutes while 10+ articles couldn't because all lead to firebase somehow without even mentioning it
Thanks, again Johannes, nice explanation. I wish you could dive deeper in an oauth creating a authentication service with refresh token and token validation. Well, it's a suggestion. :)
@@HeyFlutter thank you for the reply. But i need to send idToken from google to backend, so that backend will get all the user information, hence user can be verified. If they are verified, only then can they be navigated to another page, else they will get snackbar saying can't verify.
Thanks again and again for the great content 😄 1 short question , is there a best use case or we can always use google signin with firebase or without firebase and the application performance will stay the same ? If there is a key difference for when to use firebase or without firebase i think everyone will be happy knowing it 😄
Thanks very much ❤❤ I have a question please help My backend needs a client secret and it does work on the web part But not for the android part what should i do ? The android client id doesn't have a secret like the web one
Thank You @sasama7132! Follow this link: stackoverflow.com/questions/63193840/how-to-store-api-keys-in-flutter-july-2020 I hope you will get your answer 🙂
Thanks Johannes this is a very clear steps. This my first time implementing this on Flutter and I have a question; You showed setup steps for Android and web, does the android setup work also for iOS? If No, do you have a guide for setting up iOS too?
Hey Flutter, this was superb explanation but i have one question this was for debug mode right ? now what should i need to perform for release mode when app need to deploy on Google play store. Please can u make a video or provide text explanation in step by step . Thanks in advance,
Hi, will this all step will work in production mode also ? do we need to add scopes in production mode or its not required ? Will this step are final to implement when we deploy the app to play store ? Or do we need to change anything in build gradle or provide client id ?
Hi@@HeyFlutter, do I need to add firebase config in order to implement sign in with google this way in production mode? because for now it works very well while on debug & release, but once I deployed the app to play store I started getting PlatformException(sign_in_failed, o0.b: 12500: , null, null) Thanks in advance!
Is there is any way to sent sms from phone to authenticate a user. Example phonepe, Google pay apps. In which sms is sent from clients and no worries on sms limit
please!! Help!! why google cloud and my app have a life of their own??? when sending the ClientId with the application - it gives an error, when changing the google cloud settings (changing the application name or sha1 key or anything else) nothing changes, requests to google are then sent, the icon for the modal window, which is installed in the google console in section The OAuth consent screen does not use...
I have got an error when I tried to fix exception 12500 The error is "Keystore was tampered with, or password was incorrect" I am sure that password is correct. I'm stuck, can anyone help me?
Hello, Cem Ceylan! Follow this link: stackoverflow.com/questions/32987530/android-studio-keystore-was-tampered-with-or-password-was-incorrect I hope it will solve your problem. Thank You 🙂
Thank You Ren Wang! Follow this link: stackoverflow.com/questions/68964747/flutter-google-sign-in-get-id-token-without-firebase I hope you will get your answer 🙂
I cant seem to get past the following error. PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)) I added the SHA-1 fingerprint like you showed in the video. What else should I look for to debug this issue?
@@HeyFlutter i have the same issue, the link u provided has solution for google sign in with firebase , but we want solution without firebase plz reply
@@HeyFlutter This is a solution with firebase. I can't seem to get past this exception, I have tripple checked the steps in the video. It would really be a great help if you could help in this regard.
Thank You Caspar Baumeister! Follow this link: stackoverflow.com/questions/55869438/flutter-build-size-is-more-than-expected/55869780#55869780 I hope you will get your answer 🙂
Hello Johannes when I enter the command ./gradlew signingRepor I get and error saying '.' is not recognized as an internal or external command, operable program or batch file. Could you help me with that ??
Hello, with iPhone emulator I've a problem: Unhandled Exception: PlatformException(missing-config, GoogleService-Info.plist file not found, null, null). This file usually is downloaded by firebase, but I would create sign in without firebase, anyone can help me? Regards
Hi i developed node js Google authentication with passportjs and i want to implement on flutter when I click on login button i need to show Google authentication is it possible?
@@HeyFlutter Was able to fix my problem. Had to create firebase app and download the google-service.json file. Also had to not use clientId in the GoogleSign constructor where the scope is
is there any way to get phone number also using this dependency, i m only getting name, email, photo, id , serversuthcode, but there is no mobile field in data
@@HeyFlutterI created an iOS client just like you did for android on the oauth credential, added the required details but when I press the button to trigger the oauth screen in my iOS app the entire app crashed
Thank You Fahad Mustafa! Follow this link: stackoverflow.com/questions/54557479/flutter-and-google-sign-in-plugin-platformexceptionsign-in-failed-com-google I hope you will get your answer 🙂
bro once i have account selected it is doing auto login on second time how to remove this problem i want when i press login button everytime it asks for account selection instead of auto login pls help
Hello, I have been working all the time since yestrday to solve idToken return null from flutter google sign in package. from the googlesigninaccount i use authentication object and from this object I call idToken. But it always returns null. please save me?
Thank You Adonias Haile! Follow this link: stackoverflow.com/questions/63891637/getting-idtoken-null-when-using-google-sign-in-in-flutter I hope you will get your answer 🙂
Please help me out bro. I am using google sign in with firebase . I have uploaded all the sha keys - debug release and Playstore key still my app is not working in release mode
cant seem to get past the following error. and I follow the process step by step PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null))
Hey, Hernan Plaza 🙂 There is also a way to use google login with firebase, in case you want to about firebase for google login, this video solves your problem
@@HeyFlutter this is not working in ios . It says Unhandled Exception: PlatformException(missing-config, GoogleService-Info.plist file not found, null, null)
I'm following your instructions step by step but I keep getting this error: "Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)". I already have the SHA1 key generated and updated on the Cloud Console. This method isn't working anymore?? I don't understand what's wrong. I want to use the user's Google Drive account as a backup for the app data, like WhatsApp does. ☹
I'm already implementing Firebase Cloud Messaging service in my app. Could that be making a conflict and I must use Firebase to sign in users as well??? 🤔
Finally I fixed it. I deleted my Google Cloud Console OAuth user and added the SHA1 and SHA256 keys to Firebase, redownloaded the google-services.json file and allowed sign in with Google from the Firebase Project configuration. Now I can login to Google from my Flutter app. 😃😃😃 Now I have to figure out how to access the user's Google Drive account.
Got stuck on keystore step need help! Failed to read key androidDebugKey from store "F:\Flutter projects\flutter_user_auth_without_firebase\android\app\signInDebug.jks": Keystore was tampered with, or password was incorrect. This is my build.gradle in app folder: signingConfigs{ debug{ keyAlias 'androidDebugKey' keyPassword 'android' storeFile file('signInDebug.jks') } } buildTypes { debug { signingConfig signingConfigs.debug } } }
Hi Johannes. I am getting this error message. Are there any recent changes that have been made? Unhandled Exception: PlatformException(missing-config, GoogleService-Info.plist file not found and clientId was not provided programmatically., null, null). Btw I am working on iOS.
Thank You Deep Shrestha! Follow this link: stackoverflow.com/questions/73103392/googleservice-info-plist-file-not-found-and-clientid-was-not-provided-programmat I hope you will get your answer 🙂
How to store the data after auth, so that when the user quits the app, and opens it after a while he is automatically logged in with his google account?
Thank You @DraskoSaric!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
@@HeyFlutter, I did pay the sponsorship and now finally managed to go to the content. It was not very clearly represented how to reach your repositories.
Thank You @vjndr32! Follow this link: brandmed.com/blog/development/is-firebase-the-best-back-end-choice-for-a-flutter-app#:~:text=Faster%20time%20to%20market,the%20solution's%20safety%20and%20performance. I hope you will get your answer 🙂
This might help you :)
👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
Source Code: github.com/JohannesMilke/google_signin_iii_example
Hello do you know what are the steps for IOS?
Thanks. No one explained the SHA key system in other videos. You are a savior.
Glad you liked it, @saplkereviz6824 😀
This is the best video, covering all the cases except iOS. Thank you, the video still works perfectly 3 years later!
Glad to hear that, Thank you @marufhassan634! 😊
Im getting [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null) even if mike gets 12500 and I have no idea how to solve it
i spent many hours doing this (days actually), you solved it. MILLION THANKS, I'm subscribing
Thanks
I have been searching for a tutorial like this for too long, thank you. You solved in 16 minutes while 10+ articles couldn't because all lead to firebase somehow without even mentioning it
Glad to hear that, Thank you @salvadormoyabartolome9396! 😊
Man, I was looking for an updated and good guide, you saved me!
Vielen dank! Genau ein solches Tutorial hat mir immer gefehlt. 👌😃
Thanks, again Johannes, nice explanation. I wish you could dive deeper in an oauth creating a authentication service with refresh token and token validation. Well, it's a suggestion. :)
That was super informative and on-point.
Thank you Johannes. Good work mate. 😀
It's a totally important one dude! thanks.
I am not getting idToken, i need this so i can verify the user, how can i get the idToken? Any idea?
Hey @madhugautam148, make sure to follow the tutorial step by step 🙂
@@HeyFlutter thank you for the reply. But i need to send idToken from google to backend, so that backend will get all the user information, hence user can be verified. If they are verified, only then can they be navigated to another page, else they will get snackbar saying can't verify.
Thanks again and again for the great content 😄 1 short question , is there a best use case or we can always use google signin with firebase or without firebase and the application performance will stay the same ? If there is a key difference for when to use firebase or without firebase i think everyone will be happy knowing it 😄
again Johannes did save my life. big thanks!
Damn, man! You are on time, as usual! Thank you just a loooot!
You’re most welcome, Виктор Цай! 🙂
is the same for iOS or you just didn't cover that in this video ?
Hey, Huligani iz Gimnazije 🙂 this will work for ios and web also
Awesome! Thanks for this. I was able to get a working google login on an android emulator. 🥳
Curious for message notification video
Send message from one device and notification pops in other device of a specific person
@@HeyFlutter it's 2 year old and many things have been changed , and I want WhatsApp like notification service
man you just solve 4 days or missery!!!. thank you
Thanks very much ❤❤
I have a question please help
My backend needs a client secret and it does work on the web part
But not for the android part what should i do ? The android client id doesn't have a secret like the web one
Thank You @sasama7132! Follow this link: stackoverflow.com/questions/63193840/how-to-store-api-keys-in-flutter-july-2020
I hope you will get your answer 🙂
@@HeyFlutter thanks 🔥
Thanks Johannes this is a very clear steps. This my first time implementing this on Flutter and I have a question;
You showed setup steps for Android and web, does the android setup work also for iOS? If No, do you have a guide for setting up iOS too?
Thank you, aquacodes! 🙂. Yes it is may be with slight differences.
Did you manage to login with this method? I don't know if google changed some rules after the clip is uploaded.
hi Milke and thanks for the content. i have one question for my App, should i use firebase or without. which one you suggest ?
Hey Flutter, this was superb explanation but i have one question this was for debug mode right ? now what should i need to perform for release mode when app need to deploy on Google play store. Please can u make a video or provide text explanation in step by step . Thanks in advance,
Thanks for the idea, @excelhelp4595! 🙂 I have added it to my list of ideas for future videos!
Any chance this will work with desktop apps (windows, linux, and mac are supported now)?
thank you my favorite flutter developer ♥
we need facebook please ♥
Hi, will this all step will work in production mode also ? do we need to add scopes in production mode or its not required ? Will this step are final to implement when we deploy the app to play store ? Or do we need to change anything in build gradle or provide client id ?
Hey, RV 🙂These are the only steps you need, make sure to put released apk's SHA256 on firebase console
Hi@@HeyFlutter, do I need to add firebase config in order to implement sign in with google this way in production mode? because for now it works very well while on debug & release, but once I deployed the app to play store I started getting PlatformException(sign_in_failed, o0.b: 12500: , null, null)
Thanks in advance!
Is there is any way to sent sms from phone to authenticate a user. Example phonepe, Google pay apps.
In which sms is sent from clients and no worries on sms limit
please!! Help!! why google cloud and my app have a life of their own??? when sending the ClientId with the application - it gives an error, when changing the google cloud settings (changing the application name or sha1 key or anything else) nothing changes, requests to google are then sent, the icon for the modal window, which is installed in the google console in section The OAuth consent screen does not use...
Thank you, @user-ms4ru7vg7o! 🙂. Please try to provide enough details with your question.
I have got an error when I tried to fix exception 12500
The error is "Keystore was tampered with, or password was incorrect"
I am sure that password is correct. I'm stuck, can anyone help me?
Hello, Cem Ceylan! Follow this link: stackoverflow.com/questions/32987530/android-studio-keystore-was-tampered-with-or-password-was-incorrect
I hope it will solve your problem. Thank You 🙂
thanks, great information. I can see the accessToken after login OK, but not sure why the idToken is null?
Thank You Ren Wang! Follow this link: stackoverflow.com/questions/68964747/flutter-google-sign-in-get-id-token-without-firebase
I hope you will get your answer 🙂
I cant seem to get past the following error.
PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null))
I added the SHA-1 fingerprint like you showed in the video. What else should I look for to debug this issue?
@@HeyFlutter i have the same issue, the link u provided has solution for google sign in with firebase , but we want solution without firebase
plz reply
@@HeyFlutter This is a solution with firebase. I can't seem to get past this exception, I have tripple checked the steps in the video. It would really be a great help if you could help in this regard.
hey guys stuck at same error, can you please share the fix
@@ejazrahim9065 did you solve?
Can i use both firebase phone auth and your google auth via api in one project
Hi Johannes you saved me again! One question, Why did you use debug instead of release and what are the differences
Thank You Caspar Baumeister! Follow this link: stackoverflow.com/questions/55869438/flutter-build-size-is-more-than-expected/55869780#55869780
I hope you will get your answer 🙂
Hello Johannes when I enter the command ./gradlew signingRepor I get and error saying '.' is not recognized as an internal or external command,
operable program or batch file. Could you help me with that ??
Awesome video as always! Can you make Facebook Sign In
Thanks, Johannes, nice explanation
Thank you so much, Johannes
You’re most welcome, Ellis Ifoegbu! 🙂
does google charge for sign in with google ?
Thank you, @RNBnewsIndia! 🙂. No it is not
@@HeyFlutter thanks for reply 😇
THIS IS AWESOME , THANK YOU
You are welcome, @topealadesiun8930!
Can I use the fingerprint from the default debug.keystore while creating OAuth client ID?
Hello, with iPhone emulator I've a problem: Unhandled Exception: PlatformException(missing-config, GoogleService-Info.plist file not found, null, null).
This file usually is downloaded by firebase, but I would create sign in without firebase, anyone can help me? Regards
@@HeyFlutter hey i am stuck at same error, i don't have GoogleService-Info.plist to drag and drop as stated in those answers, can you please help
Can you please share the fix, i am stuck here since two days :(
@@sankethb.k642 I had the same error message, however, the program works after re-run the program.
Thank you for making tutorial this tutorial is very useful 👍
Hi i developed node js Google authentication with passportjs and i want to implement on flutter when I click on login button i need to show Google authentication is it possible?
Hello,
Could you help me out with unit testing? Want to mock Facebook sign-in .
Does this still works with in 2022? cos, google_sign_in plugin says I have to create a firebase app before I create the credentials
@@HeyFlutter Was able to fix my problem. Had to create firebase app and download the google-service.json file. Also had to not use clientId in the GoogleSign constructor where the scope is
is there any way to get phone number also using this dependency, i m only getting name, email, photo, id , serversuthcode, but there is no mobile field in data
Thank you, @deepanshusharma7969! 🙂. You cannot access phone number.
For ios ?
Thanks so much for this tutorial, it works on android but crashes on ios any help?
Thank you, @ephraimphrase3535! 🙂. Please try to provide enough details with your question
@@HeyFlutterI created an iOS client just like you did for android on the oauth credential, added the required details but when I press the button to trigger the oauth screen in my iOS app the entire app crashed
Hi . That was awesome. But can you make a video on how to send OTP through email for email verification???
Thank you, Johannes, you are my saver
You are welcome, @luquangdung1085 😊
I am building signin for a flutter web to be deployed on github. Do i need the keystore?
Thank you, @bejoypramanick1624! 🙂. No, you don't need.
It works thank you very much❤
Its working fine for android 11 but its not working for android 9... Can u please help me.....
Hi Mike, firstly thank you this video :) I want a question you. Is it free to use this? I would be very pleased if you could inform me about this.
Did you manage to login with this method? I don't know if google changed some rules after the clip is uploaded.
@@mirzak1993 yes I did
Hey, @demetergulec2509 🙂 yes it's free
do we need to connect our app to firebase for this. my app is not connected still it's showing me same error Exception 10
Thank You Fahad Mustafa! Follow this link: stackoverflow.com/questions/54557479/flutter-and-google-sign-in-plugin-platformexceptionsign-in-failed-com-google
I hope you will get your answer 🙂
@@HeyFlutter thanks I already saw that answer. But the problem u said without firebase. In that solution we still need to connect our app to firebase
@@fahadmustafa650 how did you solve?
Hello sir Can i send idToken to in Webview Url and then authenticate with node js and if token is valid then it return web page.
Hey 😊, @ashihsprajapati6739! Check out this solution: stackoverflow.com/a/67085673 I hope this may help you
bro once i have account selected it is doing auto login on second time how to remove this problem i want when i press login button everytime it asks for account selection instead of auto login pls help
This is very helpful! However you should add updated version for flutter web
Thanks for your feedback, @user-cm3co3eq9r! 🙂
Hi, when use android , idTOken is null but iOS İdToken is not null. What is the problem ?
Hey @hasanbaskurt2830, make sure to follow the tutorial step by step 🙂
Hello, I have been working all the time since yestrday to solve idToken return null from flutter google sign in package. from the googlesigninaccount i use authentication object and from this object I call idToken. But it always returns null. please save me?
Thank You Adonias Haile! Follow this link: stackoverflow.com/questions/63891637/getting-idtoken-null-when-using-google-sign-in-in-flutter
I hope you will get your answer 🙂
Please help me out bro. I am using google sign in with firebase . I have uploaded all the sha keys - debug release and Playstore key still my app is not working in release mode
Thank you, Sir Chatur! 🙂. Kindly share the error message here.
Nice tutorial thank you 😁.
One question the setup done for OAuth credentials is required when we use firebase for Google sign-in?
@@HeyFlutter thank you 😀
Please can you help login with apple sign in without firebase.
cant seem to get past the following error. and I follow the process step by step
PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null))
Use a web client ID instead, and pass this credential ID into GoogleSignIn(clientID : 'your_web_credential_id'), like this
@@syedsaad4480 where to get this web client ID?
u save my life!! thanks!
You are welcome, @ezequielgomez6799 😊
after following everything, I'm getting --- "Unable to reach your Google account. Please try again later.." what to do any idea?
Thank you for the suggestion! We’ll definitely consider it for our future content ideas.
Thnks bro, but i have a question.
What's is the difference between use Firebase and not use it?
Hey, Hernan Plaza 🙂 There is also a way to use google login with firebase, in case you want to about firebase for google login, this video solves your problem
is this method applicable to the release versions?
Thank you, @AhmedWAslan! 🙂. Yes it used to be, although I am not sure now.
Correct me if i m wrong...google will charge me 0.0055$ per MAU after limit reached to 50k?
Thank you, Melody! 🙂. I am not sure about it.
If I sign in with an email ID which has no photoUrl, what happens in that case?
I don't see any iOS setup in video. How can I achieve this on iOS?
@@HeyFlutter this is not working in ios . It says Unhandled Exception: PlatformException(missing-config, GoogleService-Info.plist file not found, null, null)
@@bidhanrai2988 your issue is resolved?
i get bug when not selecting a google account in the selection of google accounts pop up, it still proceed to home page
Thank you, Kickart! 🙂. Kindly share the error message here.
Hi Johannes, great tutorial. but in production (release) it doesn't work. error "sign_failed"
Thank you, bouvier maxime! 🙂. Try to provide enough details with yours question whenever you face any issue.
how to make google send callback to our restApi to get auth code with this way?
Thanx, you saved my day!
Thank you your video helps me
the id token and access token are returning null..is there something missing in the cloud configuration or flutter?
@@HeyFlutter why adding SHA1 key in firebase project?
any example for iOS device ?
Thank you for the suggestion! We’ll definitely consider it for our future content ideas.
thanks bro you are legend I hope you come back soon
You are welcome, @abdullahawad385 😊
Very good video thank you very much
Perfect, thanks for the knowledge shared
I'm following your instructions step by step but I keep getting this error: "Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)". I already have the SHA1 key generated and updated on the Cloud Console. This method isn't working anymore?? I don't understand what's wrong. I want to use the user's Google Drive account as a backup for the app data, like WhatsApp does. ☹
I tried reinstalling the app, "flutter clean" command, delete and create again the OAuth client, I keep getting the same error. ☹
I'm already implementing Firebase Cloud Messaging service in my app. Could that be making a conflict and I must use Firebase to sign in users as well??? 🤔
Finally I fixed it. I deleted my Google Cloud Console OAuth user and added the SHA1 and SHA256 keys to Firebase, redownloaded the google-services.json file and allowed sign in with Google from the Firebase Project configuration. Now I can login to Google from my Flutter app. 😃😃😃
Now I have to figure out how to access the user's Google Drive account.
@@HeyFlutter so we need to register it in firebase also right, i couldn't find any fix without registering it in firebase.
@@leoMC4384 hey man, can I see your code for google drive upload?
Got stuck on keystore step need help!
Failed to read key androidDebugKey from store "F:\Flutter projects\flutter_user_auth_without_firebase\android\app\signInDebug.jks": Keystore was tampered with, or password was incorrect.
This is my build.gradle in app folder:
signingConfigs{
debug{
keyAlias 'androidDebugKey'
keyPassword 'android'
storeFile file('signInDebug.jks')
}
}
buildTypes {
debug {
signingConfig signingConfigs.debug
}
}
}
Got it forgot the storePassword
amazing
please can we have a tutoriel on how to signin Apple Without Firebase with Flutter
Thanks for the idea, Zozime Achaire! 🙂. I have added it to my list of ideas for future videos!
Hi Johannes. I am getting this error message. Are there any recent changes that have been made? Unhandled Exception: PlatformException(missing-config, GoogleService-Info.plist file not found and clientId was not provided programmatically., null, null). Btw I am working on iOS.
Thank You Deep Shrestha! Follow this link: stackoverflow.com/questions/73103392/googleservice-info-plist-file-not-found-and-clientid-was-not-provided-programmat
I hope you will get your answer 🙂
@@HeyFlutter Yes, it works. Thanks a lot!
Isn't the goal not to use firebase? Or is it necessary to set an app on firebase for a sign-in to work on ios?
Sir please make a video on how to create account on Google cloud
How to store the data after auth, so that when the user quits the app, and opens it after a while he is automatically logged in with his google account?
Hey, BHADDU (MONTA MANN) 🙂 you can make use of shared preferences for storing user details
@@HeyFlutter How do I check if it's the user's first time using the app, with that ID?
Hi, Johanness, Access to your source code of this project is not working.
Thank You @DraskoSaric!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
@@HeyFlutter, I did pay the sponsorship and now finally managed to go to the content. It was not very clearly represented how to reach your repositories.
Hi , if i dissmiss the email picker dialog , i get a platform execption how do i solve that ?
@@HeyFlutter i found that it only happens in debug mode , it won't happen in realease mode , thx for the great tuto
help me a lot, thanks!
Glad to hear that, You are most welcome @raespim
It's great, but can you guide me how to get givenName and familyName?
thank you very much!
Thank you, Trần Dương! 🙂. You can get only limited information.
Do you have flutter courses in udemy?
Great video!
why is do people push for integration with firebase? can anyone explain me that? what is the benefit of firebase?
Thank You @vjndr32! Follow this link: brandmed.com/blog/development/is-firebase-the-best-back-end-choice-for-a-flutter-app#:~:text=Faster%20time%20to%20market,the%20solution's%20safety%20and%20performance.
I hope you will get your answer 🙂
@Johannes how can we do login with IOS...?
Thank You Vibhash Gyanminz! Follow this link: pub.dev/packages/sign_in_with_apple
I hope you will get your answer 🙂
How can we make work for the IOS? You only showed for the android config
Hey, Cem Ceylan 🙂 same will be steps for ios
@@HeyFlutter I meant that you showed a setup process in the video (3:36) Do we need to do similar things for IOS?
How can I apply this to iOS?
Thank you, Ocelot! 🙂. It is for iOS as well.
How can I verify that user is authorized or not
Thank you for the suggestion! We’ll definitely consider it for our future content ideas.
Thank u sir, it works
Can you do this for apple
Thank you, @davidagyakwa288! 🙂. It is for iOS as well.
It is asking to get verification complete