How to use google sign-in on iOS swiftUI

Поділитися
Вставка
  • Опубліковано 22 сер 2024
  • In this video, you will learn how to use Google sign-in for an iOS Application using firebase Auth, Google signIn framework, and swiftUI, also you can access the UI sketch file through the following link
    www.sketchapps...
    Music from Uppbeat (free for Creators!):
    uppbeat.io/t/s...
    License code: KA7JCNZUI3JEAGUJ

КОМЕНТАРІ • 19

  • @ggarnik
    @ggarnik Рік тому +2

    Very helpful. Thanks!

  • @prairieln
    @prairieln Рік тому +4

    Do you know why I'm getting "Type of expression is ambiguous without more context" with the line "GIDSignIn.sharedInstance.signIn(with: config, presenting: ApplicationUtility.rootViewController)"? Thank you!

  • @krasnonos
    @krasnonos Рік тому +1

    Thank you! It's really clear and useful

    • @i-swift
      @i-swift  10 місяців тому

      welcome

  • @amiryalchi3836
    @amiryalchi3836 Рік тому

    محسن جان خیلی خوب بود. دستت درد نکنه!

    • @i-swift
      @i-swift  10 місяців тому

      welcome dude :)) , don't forget to have my channel on your subscription list ;)

  • @marytwo8685
    @marytwo8685 Рік тому +1

    Thanks!!!

  • @JordiB.E.
    @JordiB.E. 2 роки тому +1

    Great vid, thank you. Does the user stay logged in even after the app has been closed?
    Thank you!

  • @911gogogo
    @911gogogo 2 роки тому +1

    Thank you Big man!!

  • @masonengland306
    @masonengland306 2 роки тому +1

    how do I check if the user is logged in for the main struct?

  • @nathandrake6722
    @nathandrake6722 2 роки тому +3

    Just stop with this music my goodness man

  • @joejoejoejoejoe5156
    @joejoejoejoejoe5156 2 роки тому

    May I know how to do it in the UIKIT?

    • @i-swift
      @i-swift  2 роки тому

      so simple, add the frameworks using SPM or cocoapod, and create a class like SignUpViewModel and call signUpWithGoogle() when user hit the signup button

  • @jemmytech5474
    @jemmytech5474 Рік тому

    Do you know why I'm getting "Type of expression is ambiguous without more context" with the line "GIDSignIn.sharedInstance.signIn(with: config, presenting: ApplicationUtility.rootViewController)"? Thank you!