Best tutorial on Google Sign In for iOS, hands down.
@michaelgrant2068 Жыл бұрын
Thanks for this! Most of the information about this is outdated and almost forces you to use an older version of the SDK for it to make sense! I ant believe how simple you made this!
@prairieln Жыл бұрын
Thank you, Nick, for sharing your knowledge so generously! You are truly a master 👍One question - keyWindow is deprecated. Even though it works for now, it still concerns me a bit. But I couldn't find a good solution to make it forward compatible. If you have time, would you be willing to help? Thank you!!
@30guarino Жыл бұрын
replace it with this : let controller = controller ?? UIApplication.shared.delegate?.window??.rootViewController?.navigationController // .keyWindow?.rootViewController
@mahathmaanimation4737 Жыл бұрын
Hi Nick, we miss your videos for a long time.
@AllYouNeed2Know2334 ай бұрын
I've got a lot of respect for you , I have learned a lot via your channel . Just wish the best for you
@davidcbeaudoin8 ай бұрын
I had an idea for an App recently where I'd need some kind of sign in, but I don't want to own any PII. This is perfect. Thanks as always for another great, easy to follow tutorial.
@박성수-u3v Жыл бұрын
this video is crazy!!
@benmeyer33459 ай бұрын
Rewatching because you make the best tutorials
@danielwatson652911 ай бұрын
just a lil logic question. i want to give the user the chance to use as anon first. so should i just implement accountlinking rather than creating new users.
@radom28 Жыл бұрын
Your video helps me a lot, it's very helpful, can you sign the video with microsoft?
@mr_dunkel Жыл бұрын
You deserver more subscribers
@momentoelectrico43235 ай бұрын
I enjoyed learning with you. It's gonna be useful in my project. Thanks! You gained a subscriber
@SwiftfulThinking5 ай бұрын
Let’s gooooooo 🚀
@steam9583 Жыл бұрын
Hi Nick! I’m a beginner swift developer from Japan. I wanna know the Firebase MFA case with SwiftUI. Thank you for your continuous uploading awesome videos.
@SwiftfulThinking Жыл бұрын
Hello to Japan!!!
@911gogogo Жыл бұрын
Thanks for update Lord😇
@kavinda_dilshan_paramsoodi Жыл бұрын
Yeah we're still with you.
@liamharrington3832 Жыл бұрын
Did anybody else not have REVERSEDCLIENT ID as an option?
@jakepazz9264 Жыл бұрын
did you ever figure it out?
@wahabahmadniazi9029 Жыл бұрын
Thanks Nick
@sanskardotexe11 ай бұрын
why can i not sign in with the same email that i used to sign in with google
@akashkallumkal7 ай бұрын
Wow, this is so useful, thank you!
@jlambert12013 Жыл бұрын
Can anyone tell me how to fix the Firebase SDK Highlighting syntax!
@prairieln Жыл бұрын
And here is another beginner's question - why doesn't make GoogleSignInHelper a singleton class? Can anyone shed light on this? Thanks again!
@TheSpiralnotizblock Жыл бұрын
If you are using to many singletons in your app, it makes your code messy and it performs not well
@zawiyarkhan6470 Жыл бұрын
I cant find the reverse_client_id in my google service info file?
@SwiftfulThinking Жыл бұрын
After you enable Google sso in the Firebase console, you need to redownload the updated file
@kavinda_dilshan_paramsoodi Жыл бұрын
You're about to get 23K by tomorrow... :)
@ObinnaAguwa-n5x Жыл бұрын
24.5k now. It will soon be 25k
@magicsaviola Жыл бұрын
Now with facebook please
@buyerinsight Жыл бұрын
12:41
@breadmachine_official Жыл бұрын
1:54 Not too long :D
@КириллСеверин-г2ш4 ай бұрын
👍
@tom121 Жыл бұрын
It doesn't sound like you've done this before, and there is a lot of audio I think you have forgotten to remove from several videos where you repeat yourself.
@Omar-zy2yz Жыл бұрын
Promo SM 😪
@GUAMxBOMB9 ай бұрын
At about the 7 minute mark you add the reverse client ID, originlly the info.plist that was implemented did not have such tab yet when I downloaded the sdk via github it granted me the opportunity to download another info.plist. What options do I have as I plan to use the new URL scheme taken from the new info.plist? I plan to come back to this in hopes that this process still stands true, but in case it does not I wish to seek some solution. :D
@SwiftfulThinking9 ай бұрын
You can always download another info.plist from Firebase. When you add/remove auth methods, you will need to download a new updated one
@GUAMxBOMB9 ай бұрын
10:51 so to be clear I need to implement the newly downloaded info.list into my Xcode project to replace the original? (I’m a CS major working on my senior project you are essentially my main resource I’d like to take this time to thank you for that)
@SwiftfulThinking9 ай бұрын
@@GUAMxBOMByea it’s just a simple file with keys/values to identify the Firebase project. If the plist info is incorrect, Firebase methods will throw you errors