Google Sign In with Firebase (Updated)

preview_player
Показать описание
🚀 Learn how to set up Google Sign-In with Firebase in FlutterFlow! This step-by-step tutorial will guide you through every detail to ensure smooth authentication for your app. ✨

🔑 What’s Covered in This Video:

🔗 Setting up Firebase with a SHA-1 key and why it’s essential.
💻 Running terminal commands to generate the SHA-1 key.
⚙️ Configuring Google Sign-In in Firebase Authentication.
🌐 Adding authorized domains for secure OAuth operations.
🛠️ Updating Firebase and Google Cloud settings for Test Mode and Run Mode.
✅ Testing Google Sign-In and confirming users in Firebase.
👨‍💻 Resources Mentioned:

🔗 Firebase Setup

🔗 Firebase Authentication

Commands to generate the SHA-1 key on Mac and Windows 💻
Mac
keytool -list -v \

Windows

--------------

FlutterFlow is a visual development platform for building native apps, bringing design and development into one tool. With drag-and-drop functionality, you can build pixel-perfect UIs and easily connect your app to live data via Firebase or APIs. Plus, you can add advanced features like push notifications, payments, animations, and more. Whether you build your own custom widgets or write custom code, FlutterFlow makes it easy to bring your app ideas to life.
Рекомендации по теме
Комментарии
Автор

The Steps, The Narration 🙌👌enough to be SIMPLE 🎯& the WORK IS DONE ✅.

BAVONNYAKY
Автор

Please, I need to know the benefits of the new update. What is the difference between this new update and the existing one?

kolawoleosho
Автор

Thanks, where did you go? more tutorials please. Thank you very much

Halgankanet
Автор

Great video ! Very useful.

Talking about redirect links, please do one for deep linking to the app for things like stripe redirects or links from websites that can link to a page inside the app !

loucasi
Автор

At 4:44, how do we change that name to something more customized instead of the flutterflow-244.... ?

mrdiin.dev_
Автор

If I have already set the google sign in with firebase before, do i need to redo it or adjust it ?

Noah-mofg
Автор

Hi there! Is there a similar trick for Supabase and google auth? i just can't get it to work. The consent screen loads, i choose my google account nothing.

sakhaff
Автор

There maybe a bug in in Firebase Auth "Update Password" action. Atm, It is not working properly - it can accept even if 2 fields (password/confirm password) have different values!

kcitizen
Автор

Shall 1, is very difficult to get, there must be another method

ramonaguilarjoya
Автор

Getting this sha1 key from Windows is Killing me😢 any other were to go about doing this

David_tommy
Автор

kindly create tutorial for Android and IOS also. :(

amongstar
Автор

Found another bug in Firebase Auth: "Update Email" action: it immediately updates the "email" field in user collection, even if a user doesn't click on the verify email change link. Which can lead to all sorts of problems. Can you please fix this?

kcitizen
Автор

Hello I don't understand why we should get fingerprint from our computer ?
I already have 2 fingerprint in my project one SHA1 and one SHA256 (i have no idea where that comes from, should i use it ? )

I tried to install java (I did) but then i run your command and i have this error (on mac)
MacBook-Pro ~ % keytool -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore
keytool error: java.lang.Exception: Keystore file does not exist:
java.lang.Exception: Keystore file does not exist:
at
at
at


Any idea ?
Thanks

hugob