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

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024

ความคิดเห็น • 46

  • @AllYouNeed2Know233
    @AllYouNeed2Know233 หลายเดือนก่อน

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

  • @jlambert12013
    @jlambert12013 ปีที่แล้ว +6

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

  • @prairieln
    @prairieln ปีที่แล้ว +7

    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
      @30guarino 10 หลายเดือนก่อน

      replace it with this :
      let controller = controller ?? UIApplication.shared.delegate?.window??.rootViewController?.navigationController
      // .keyWindow?.rootViewController

  • @mahathmaanimation4737
    @mahathmaanimation4737 ปีที่แล้ว +1

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

  • @liamharrington3832
    @liamharrington3832 ปีที่แล้ว +4

    Did anybody else not have REVERSEDCLIENT ID as an option?

    • @jakepazz9264
      @jakepazz9264 9 หลายเดือนก่อน +1

      did you ever figure it out?

  • @kdtechniquesofficial6153
    @kdtechniquesofficial6153 ปีที่แล้ว +2

    Yeah we're still with you.

  • @jlambert12013
    @jlambert12013 ปีที่แล้ว

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

  • @steam9583
    @steam9583 ปีที่แล้ว +1

    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.

  • @sanskardotexe
    @sanskardotexe 8 หลายเดือนก่อน

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

  • @davidcbeaudoin
    @davidcbeaudoin 4 หลายเดือนก่อน

    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.

  • @danielwatson6529
    @danielwatson6529 7 หลายเดือนก่อน

    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.

  • @911gogogo
    @911gogogo ปีที่แล้ว +1

    Thanks for update Lord😇

  • @wahabahmadniazi9029
    @wahabahmadniazi9029 ปีที่แล้ว +1

    Thanks Nick

  • @КириллСеверин-г2ш
    @КириллСеверин-г2ш หลายเดือนก่อน

    👍

  • @박성수-u3v
    @박성수-u3v ปีที่แล้ว +1

    this video is crazy!!

  • @zawiyarkhan6470
    @zawiyarkhan6470 10 หลายเดือนก่อน

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

    • @SwiftfulThinking
      @SwiftfulThinking  10 หลายเดือนก่อน +2

      After you enable Google sso in the Firebase console, you need to redownload the updated file

  • @akashkallumkal
    @akashkallumkal 4 หลายเดือนก่อน

    Wow, this is so useful, thank you!

  • @radom28
    @radom28 ปีที่แล้ว

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

  • @magicsaviola
    @magicsaviola 10 หลายเดือนก่อน

    Now with facebook please

  • @michaelgrant2068
    @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!

  • @momentoelectrico4323
    @momentoelectrico4323 2 หลายเดือนก่อน

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

  • @prairieln
    @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
      @TheSpiralnotizblock ปีที่แล้ว +1

      If you are using to many singletons in your app, it makes your code messy and it performs not well

  • @mr_dunkel
    @mr_dunkel ปีที่แล้ว

    You deserver more subscribers

  • @breadmachine_official
    @breadmachine_official ปีที่แล้ว

    1:54 Not too long :D

  • @falcongold2024
    @falcongold2024 ปีที่แล้ว

    12:41

  • @kdtechniquesofficial6153
    @kdtechniquesofficial6153 ปีที่แล้ว

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

  • @Omar-zy2yz
    @Omar-zy2yz ปีที่แล้ว

    Promo SM 😪

  • @tom121
    @tom121 10 หลายเดือนก่อน +1

    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.

  • @GUAMxBOMB
    @GUAMxBOMB 6 หลายเดือนก่อน

    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

    • @SwiftfulThinking
      @SwiftfulThinking  6 หลายเดือนก่อน

      You can always download another info.plist from Firebase. When you add/remove auth methods, you will need to download a new updated one

    • @GUAMxBOMB
      @GUAMxBOMB 6 หลายเดือนก่อน

      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)

    • @SwiftfulThinking
      @SwiftfulThinking  6 หลายเดือนก่อน

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

  • @benmeyer3345
    @benmeyer3345 6 หลายเดือนก่อน

    Rewatching because you make the best tutorials