Google Sign In Flutter with Firebase - Flutter Firebase Auth - Google Authentication

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • #flutter #firebase #firebaseauth #googlesignflutter #googleauthentication #flutterfirebase
    In this video, I am going to show you an easy way to integrate Google Sign In Flutter with Firebase into your flutter app. We will be setting our Firebase Project to support Google Authentication in order to authenticate our users using Google Sign In flutter firebase into our Flutter project. This guide will help you set up and navigate through the process of adding Google Sign In with the help of Firebase into your Flutter application.
    SHA Fingerprint Commands:
    Mac:
    keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
    Windows:
    keytool -list -v -keystore "\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
    Linux:
    keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
    Playlists:
    Flutter with Firebase: • Flutter with Firebase
    Let's Connect:
    LinkedIn: / shah-wali-khan-b1a4001b2
    Github: github.com/swk...
    Twitter(X): / swkhan_dev
    WhatsApp: chat.whatsapp....
    #loginwithgoogle #flutterfirebase #firebaseflutter #firebaseauthentication

Komentáře • 13

  • @swanphyo1358
    @swanphyo1358 Před 5 měsíci +3

    Cool bro. Please also upload more videos about firebase with flutter like data storing

    • @codeworm7
      @codeworm7  Před 5 měsíci +1

      Everything will be covered eventually. Please share the videos, if you like.

  • @jaybhardiya5225
    @jaybhardiya5225 Před 4 měsíci +1

    need more videos on firebase, very informative

  • @App-k7b
    @App-k7b Před měsícem

    I'm having trouble finding the SHA1 certificate fingerprint. The windows command doesn't work for me. I tried googling my issues but I'm not having much luck partially cause I don't understand a lot of what people are talking about in their solutions.

    • @ahmedoraby713
      @ahmedoraby713 Před měsícem

      if ur jdk is old try to install last version then the path of jdk in environment it will work

  • @JohnMerren
    @JohnMerren Před 3 měsíci

    I wanted to know, what if I have more than one Google Account in my physical Phone? I see that when I sign in with my physical smartphone (no emulator) it automatically signs in to only one account instead of letting me choose my other Google Accounts

    • @codeworm7
      @codeworm7  Před 2 měsíci

      Oh seems interesting but that may be device specific scenario.

  • @abdulmalek20321
    @abdulmalek20321 Před 4 měsíci +1

    Thanks thats help me

  • @uuu2714
    @uuu2714 Před měsícem +1

    Do we need to do some extra step? It gives me this exception:
    PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)
    i asked to chatgpt and it tells me that i have to go to google cloud console and make some extra stuff.
    Thank you!

    • @designsrs
      @designsrs Před 15 dny

      @codeworm, any fixes for this.
      I am also having same issue.

    • @uuu2714
      @uuu2714 Před 10 dny

      @@designsrs i think i found it, we just have to look for sha256 and the another sign on google play console app integrity, and replace it on firebase. Tell me if it works to you

    • @uuu2714
      @uuu2714 Před 10 dny

      ​@@designsrsi think i found the solution, we just have to copy the play console signs (SHA) of our apps and paste on our firebase project.
      I don't tried it alredy, can you tell me if it works to you?

  • @vimalnadh4364
    @vimalnadh4364 Před 11 dny

    PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)