Тёмный

React Native, Firebase Google authentication - Android 

Born To Code
Подписаться 17 тыс.
Просмотров 13 тыс.
50% 1

In this React Native Android tutorial, I'll be taking you through implementing sign-in with Google using Firebase.
0:00 - Intro
0:20 - Setting up Firebase and the React Native app
13:00 - Implementing sign in with Google
Follow on Twitter:
/ borntocode4
Support on Buy Me Coffee:
www.buymeacoffee.com/joeyalpha5

Опубликовано:

 

28 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@rsanttos89
@rsanttos89 2 года назад
You helped a lot my friend, thank you for taking the time to take this class.
@mhamadsafa7166
@mhamadsafa7166 Год назад
You are a life saver. you have just earned a new subscriber
@alexngari1102
@alexngari1102 11 месяцев назад
Thanks mate! It was unclear which fingerprints I need to add to the firebase project, but this video helped me. great job!
@khuatthanhnam5896
@khuatthanhnam5896 2 года назад
You made my day, thank you so much :)
@juliasankevich3728
@juliasankevich3728 2 года назад
Thank you. You really helped me! I like your channel
@mahmudulhasankhosru7092
@mahmudulhasankhosru7092 2 года назад
Thank you for your great effort. Want more videos from you
@chrschoeni
@chrschoeni 2 года назад
Hello Born To Code Thank you for your video. It helps me a lot with the setup. Really very well done. Next I want to tackle the issue with Firestore. Greetings from Switzerland Christoph
@BornToCode_YT
@BornToCode_YT 2 года назад
Glad I could help, let me know how it goes with Firestore
@paulocardoso8694
@paulocardoso8694 2 года назад
Thanks, bro!
@adirocks44
@adirocks44 Год назад
Hi Born To Code, Could you please tell me how can I fetch userName, email and profilePic of current user and dislay over the screen?
@harikrishnani4058
@harikrishnani4058 Год назад
Can you do same tutorial for react native firebase analytics? Its hard to find much on that topic.
@eledorusso
@eledorusso 2 года назад
u are a god
@SACKO0731
@SACKO0731 Год назад
Born To Code what version of expo you running et seems not working to expo 4.6 at all
@kaushalsharma1413
@kaushalsharma1413 2 года назад
after clicking on Add finger print SHA1 key not saved plz help
@MuhammadFaizan-fu4fx
@MuhammadFaizan-fu4fx Год назад
Can we use google authenticator app in react native for authentication ?
@chrisamuzie401
@chrisamuzie401 Год назад
Hey bro, I added a RU-vid scope and am getting a very irritating warning during authentication request saying that (Google hasn't verified this warning")
@vugargaragozlu6737
@vugargaragozlu6737 Год назад
hey bro, thanks for the video. When I do the key part, it says the keystore missing. Any thoughts?
@partharora4465
@partharora4465 Год назад
Did you find any solutions??
@arikmosfor4907
@arikmosfor4907 Год назад
great tutorial.how did you get the autocomplete when you start typing?
@BornToCode_YT
@BornToCode_YT Год назад
I’m using GitHub Copilot.
@arikmosfor4907
@arikmosfor4907 Год назад
@@BornToCode_YT is there something free?
@BornToCode_YT
@BornToCode_YT Год назад
Not sure, there probably is.I was using GitHub Copilot when it was still free
@aryanshaw2462
@aryanshaw2462 2 года назад
i am getting [Error: A non-recoverable sign in failure occurred] please help
@kaushalsharma1413
@kaushalsharma1413 2 года назад
second SHA1 key not saved
@naimur634
@naimur634 2 года назад
is there any solution? Possible Unhandled Promise Rejection (id: 0): Error: A non-recoverable sign in failure occurred promiseMethodWrapper
@charbel4090
@charbel4090 Год назад
same problem
@naimur634
@naimur634 Год назад
@@charbel4090 hey, the error was solved, actually I was using an android emaluator where google play services wasn't enabled, then just changed the emaluator , then it works
@holywater722
@holywater722 Год назад
@@naimur634 please tell how did u know the google play services were not enabled and how did u change it
@riskitall7421
@riskitall7421 2 года назад
Hey bro I’m using Expo Cli. I think I still need to do this when I actually publish my app right? Because I set up my Google Authentication with Expo Auth Session and it works fine in development but when I publish it, the user authentication doesn’t even prompt. Also when I build an expo app, does it turn into a standalone app automatically? Thanks 🙏🏼
@BornToCode_YT
@BornToCode_YT 2 года назад
With expo, the implementation will be different, I barely use expo so I’m not sure how the config should be, but at some point you’ll need to eject from expo and you’ll probably need to follow the same steps to get things working
@riskitall7421
@riskitall7421 2 года назад
@@BornToCode_YT Is React Native cli pretty easy to learn?
@Jeff_Makit
@Jeff_Makit Год назад
@@riskitall7421 its the same ! don't use expo
@user-vq3vd9xb1u
@user-vq3vd9xb1u 2 года назад
I only have the SHA for Task :app:signingReport. For the rest like Task :react-native-firebase_auth:signingReport or Task :react-native-firebase_app:signingReport all are missing keystore
@vugargaragozlu6737
@vugargaragozlu6737 Год назад
same issue here. did you solve it?
@user-vq3vd9xb1u
@user-vq3vd9xb1u Год назад
@@vugargaragozlu6737 I f not mistaken I solved it by rebuilding everything after deleted the firebase and local project file but it already passed a few months so I not really sure
@vugargaragozlu6737
@vugargaragozlu6737 Год назад
I just solved it by generatimg a new keystore usong keytool inside .android folder
@zierm
@zierm 2 года назад
Error: Missing keystore Occured at (Task :react-native-firebase_auth:signingReport) & (Task :react-native-firebase_app:signingReport) when trying to do ( cd android && ./gradlew signingReport ) command
@BornToCode_YT
@BornToCode_YT 2 года назад
Please checkout the solution suggested here stackoverflow.com/questions/15727912/sha-1-fingerprint-of-keystore-certificate
@BornToCode_YT
@BornToCode_YT 2 года назад
Are you working on a windows machine?
@user-vq3vd9xb1u
@user-vq3vd9xb1u 2 года назад
Hi, did u fix your error? I encountered exact same error like u. Hope to get a solution
@hariharanbalasubramanianpr4243
@hariharanbalasubramanianpr4243 2 года назад
Possible Unhandled Promise Rejection (id: 0): Error: DEVELOPER_ERROR This error is coming for me please help...
@ekinkaganozkan
@ekinkaganozkan Год назад
Same error for me, any solutions?
@ritviksardana3893
@ritviksardana3893 Год назад
@@ekinkaganozkan Same error for me , any solutions?
@ekinkaganozkan
@ekinkaganozkan Год назад
@@ritviksardana3893 just go bare react native bro, expo is just a mess.
@hoangnhatphamvuong4934
@hoangnhatphamvuong4934 2 года назад
Please help me, I follow you but It Failed "Possible Unhandled Promise Rejection (id: 1): Error: DEVELOPER_ERROR" !!!!
@BornToCode_YT
@BornToCode_YT 2 года назад
Please share your source code
@hoangnhatphamvuong4934
@hoangnhatphamvuong4934 2 года назад
@@BornToCode_YT I can't add SHA-11 second, and it Failed " An OAuth2 client already exists for this package name and SHA-1 in another project",How Can you help me ? Please !!!!
@BornToCode_YT
@BornToCode_YT 2 года назад
@@hoangnhatphamvuong4934 you’ll need to change the app’s package name to unique name
@charbel4090
@charbel4090 Год назад
@@BornToCode_YT which package name exactly?
@charbel4090
@charbel4090 Год назад
@@BornToCode_YT you literally told us to name them both the same exact thing lol
@romadebrian
@romadebrian Год назад
I don't know why when using auth() my app will force close may i know which version of react and react-native you are using in package.js? i am use "react": "18.0.0" and "react-native": "0.69.4" with @react-native-firebase/app version 15.3.0
Далее
React Native Firebase - Google Sign In Tutorial 🔥
1:04:26
Игровой Комп с Авито за 4500р
01:00
Firebase | Google Sign In | Authentication
6:50
Просмотров 63 тыс.
Google Login in React Native with Firebase
15:28
Просмотров 69 тыс.
Getting started with Firebase on Android
12:24
Просмотров 78 тыс.
React Native Facebook Login using Firebase
16:45
Просмотров 4,9 тыс.
Игровой Комп с Авито за 4500р
01:00