iOS Swift 4.2 Firebase Authentication using Google Signin

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • In this video we will learn how to authenticate with firebase using google signing provider for your Swift 4 iOS App.
    We will also take a look at storing the authentication data so that user does not have to sign in again and again on every app launch.
    Github URL - Coming Soon
    BE MY FRIEND:
    / sanamsuri369
    / sanamsuri369

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

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

    Thanks for the Vid, was stuck on segue and you helped !!!

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

    This was a brilliant video mate! great troubleshooting on the fly too. it really helped me understand the whole login process after reading the firebase online documentation. thank you!

  • @rahulpawar166
    @rahulpawar166 4 ปีที่แล้ว

    You save my day bro!
    Thank You ❤️

  • @TV-vu9fg
    @TV-vu9fg 5 ปีที่แล้ว +3

    Nice video,thank you very much!

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

    Thank you! It helped a lot.

  • @adauto.oliveira
    @adauto.oliveira 5 ปีที่แล้ว +1

    Thanks for the video, it works 100%

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

    You are the best thank you!

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

    Very Helpful!

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

    thanks and keep going make more videos

  • @dhruvseth
    @dhruvseth 5 ปีที่แล้ว

    Thank you so much sir, very much appreciated you are best

  • @BenGerhold
    @BenGerhold 5 ปีที่แล้ว

    Thanks for doing this. Consider doing a passwordless tutorial. No one has done one yet.

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

    Thank you for this

  • @TheTeamojacky
    @TheTeamojacky 5 ปีที่แล้ว

    Thanks a lot for the the video. Please I really want to know about the Facebook Sign in.

  • @ddiver7908
    @ddiver7908 5 ปีที่แล้ว

    nice vid! can you please do an Objective C version?
    Thank you,

  • @jsr7599
    @jsr7599 5 ปีที่แล้ว

    perform segue in appdelegate doesn't always 'work' (actually transition to my signed in screen) -- any ideas why?

  • @DitIsTijn
    @DitIsTijn 4 ปีที่แล้ว

    It womt return anything fir me in the console... what do i do?

  • @1166miki
    @1166miki 5 ปีที่แล้ว +1

    Hi, I got an error when the user signs in for the first time, when the authentication is completed succesfully and the segue is called i get this error :
    Warning: Attempt to present xxx on xxx whose view is not in the window hierarchy.
    when i restart the app, the segue called from the login view works fine,
    can u help me with this?

    • @1166miki
      @1166miki 5 ปีที่แล้ว +1

      I solved it by moving de GIDSignInDelegate to the LoginViewController to be able to segue from there!

  • @JunaidKhan-ny8tu
    @JunaidKhan-ny8tu 5 ปีที่แล้ว

    its awesome bro
    but how to register that particault user under your database mean in firebase

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

      I have a video of showing a user online. That video can help you

  • @yugk3502
    @yugk3502 5 ปีที่แล้ว

    Here you used safari browser, by using safari browser it will store cookies and when user sign out and sign in old credentials are stored as cookies. In order to over come this issue we need to implement custom webview instead of safari browser. Is there any video or tutorial to add custom web view

    • @yugk3502
      @yugk3502 5 ปีที่แล้ว

      github.com/firebase/firebase-ios-sdk/issues/3062

    • @PublicVoidGeek
      @PublicVoidGeek  5 ปีที่แล้ว

      That is how it is suppose to work. User should not be retype his credentials if he wants to login from a same provider for another app. If you see the video completely then you will know that the issue that you have posted, I have already shown a way to fix it.

  • @VivekSingh-tn2gb
    @VivekSingh-tn2gb 5 ปีที่แล้ว

    please send Github Url