iOS Firebase Authentication: Sign In With Google Tutorial | Firebase Bootcamp #4

preview_player
Показать описание
In this tutorial video, you will learn how to integrate Sign In With Google using Firebase Authentication in your iOS application. Follow along with the step-by-step instructions to easily set up authentication for your users. Improve your app's security and user experience by implementing Google Sign In with Firebase Authentication today!

🤙 WELCOME BACK 🤙

00:00 Sign In Google
01:17 Intro
02:38 Auth configuration
03:33 Firebase documentation
03:57 Adding GoogleSignIn SDK
05:31 Configure GoogleSignIn
10:04 Sign In Google Button
11:50 Sign In Google logic
13:39 Top ViewController
17:19 Google Sign In Logic
26:57 First tests
30:07 Writing clean code
30:42 GoogleSignInHelper
33:08 Testing GoogleSignInHelper
34:19 Updating our app UI
34:37 Get Auth Provider
Рекомендации по теме
Комментарии
Автор

Best tutorial on Google Sign In for iOS, hands down.

jlambert
Автор

I've got a lot of respect for you, I have learned a lot via your channel . Just wish the best for you

AllYouNeedKnow
Автор

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.

davidcbeaudoin
Автор

Rewatching because you make the best tutorials

benmeyer
Автор

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!!

prairieln
Автор

I enjoyed learning with you. It's gonna be useful in my project. Thanks! You gained a subscriber

momentoelectrico
Автор

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!

michaelgrant
Автор

Hi Nick, we miss your videos for a long time.

mahathmaanimation
Автор

Did anybody else not have REVERSEDCLIENT ID as an option?

liamharrington
Автор

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.

danielwatson
Автор

Your video helps me a lot, it's very helpful, can you sign the video with microsoft?

radom
Автор

why can i not sign in with the same email that i used to sign in with google

sanskardotexe
Автор

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.

steam
Автор

Can anyone tell me how to fix the Firebase SDK Highlighting syntax!

jlambert
Автор

I cant find the reverse_client_id in my google service info file?

zawiyarkhan
Автор

And here is another beginner's question - why doesn't make GoogleSignInHelper a singleton class? Can anyone shed light on this? Thanks again!

prairieln
Автор

You're about to get 23K by tomorrow... :)

kavinda_dilshan_paramsoodi
Автор

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.

tom
Автор

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

GUAMxBOMB