#2 Expo Google Login + Firebase Real World Example | React Native Tutorial

#2 Expo Google Login + Firebase Real World Example | React Native Tutorial

Unsure Programmer

6 лет назад

33,285 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@random34512
@random34512 - 05.06.2019 21:38

plz tell how can we generate apk after doing all this..i am facing problem in using google signin after generating apk..

Ответить
@NeerajKumar-nr6bl
@NeerajKumar-nr6bl - 09.06.2019 15:13

thanks for sharing this, but I got one error saying that
Authorization Error
Error 403: restricted_client
This app is not yet configured to make OAuth requests. To do that, set up the app's OAuth consent screen in the Google Cloude Console.


Please help me here...

Ответить
@mattbc-o6l
@mattbc-o6l - 25.06.2019 09:03

Thanks for the video! My Firebase doesn't keep the user authenticated tho. I thought it would always refresh when I make calls to Firestore, but doesn't seem to be the case. Any thoughts? Cheers!

Ответить
@saifkain5265
@saifkain5265 - 19.07.2019 12:59

hello bro...
the app work great in the Android emulator, but when i make a standalone app and i load it to the play store, and when i sign-in with google, it's stay in the Google page, it's not take me to the Dashboard screen....
any suggestions please...
thank you...

Ответить
@michaelhoefler5118
@michaelhoefler5118 - 29.07.2019 21:23

Already deprecated and unsupported :(

Ответить
@harisahmed4734
@harisahmed4734 - 02.08.2019 16:25

api and server side how data store in back end where i can get this stuff

Ответить
@anacondong
@anacondong - 01.09.2019 09:58

Thank you so much

Ответить
@ankitavay1947
@ankitavay1947 - 10.09.2019 01:49

Dear Nath Varun , it's not working in android , I mean expo android emulator ...... , I did exactly you did but in android mode , But it's not working , It shows (openssl config failed: error:02001005:system library:fopen:Input/output error) .....error

Ответить
@damithedirisinghe8193
@damithedirisinghe8193 - 16.09.2019 12:21

i am successfully login with firebase but i cant cannect to firebase Realtime Database, can't save user details

Ответить
@anakkolamikan414
@anakkolamikan414 - 17.09.2019 20:33

Awesome tutorial, How can I show the users account like it's name and profile picture from firebase?

Ответить
@myhendry
@myhendry - 30.09.2019 08:20

Excellent video. Clear and concise

Ответить
@Aronskii
@Aronskii - 14.10.2019 17:08

When I log into a Google schedule 'googleUser.getBasicProfile() is undefined'

Ответить
@jeffdeleon3177
@jeffdeleon3177 - 05.11.2019 09:18

Very good tutorial but I cannot save user data to firebase. any help?

Ответить
@InFlames3794
@InFlames3794 - 05.11.2019 16:57

it seems that the google log in works fine.. but if im logged in it will redirect me to the LoginScreen instead of the DashboardScreen. any solution for this?

Ответить
@wilcas5349
@wilcas5349 - 13.11.2019 01:13

I keep getting - Error: Unable to parse Google id_token: 118304811033527573897 - inside the firebase.auth.GoogleAuthProvider.credential function. What am I doing wrong?

Ответить
@littleremix7302
@littleremix7302 - 02.01.2020 18:35

This tutorial helps me a lot.. Thanks for the video.

Ответить
@rvmelo
@rvmelo - 19.01.2020 05:09

Nice video! How to do that with instagram?

Ответить
@diogojefs
@diogojefs - 05.02.2020 07:33

For the 'googleUser.getBasicProfile () is undefined' error, try the following:
in Authentication in firebase, remove Identifier of the google account you are using to login. After that, test the login again.

Ответить
@adarshjaiswal7334
@adarshjaiswal7334 - 15.02.2020 23:28

All going fine but when the data is archived and on way to authentication it shows "the Google id_token is not allowed to be used with this application. this audience is not to be authorized to be used in this project"

any solution please help please.......................................

Ответить
@mordor__
@mordor__ - 16.03.2020 11:32

Perfect thanks a lot for this tutorial. Sometimes a bit to fast in my opinion.

Ответить
@cristibranisteanu5338
@cristibranisteanu5338 - 16.03.2020 17:19

Hi, I have followed your tutorial. The google pop-up shows up but when i select it I am taken back to the LoginScreen and it doesn't show the user in firebase authentication tab. What should I do ?

Ответить
@adminboi8535
@adminboi8535 - 06.04.2020 22:26

Thank you!!

Ответить
@JavierEzpeleta
@JavierEzpeleta - 13.04.2020 15:19

Thank you for all you do, you really provide value. You are amazing! 🙏

Ответить
@muhammadhaseeb6031
@muhammadhaseeb6031 - 15.04.2020 14:01

Can you please make a video on expo firebase , mobile login?

Ответить
@vaibhawkr3904
@vaibhawkr3904 - 11.05.2020 15:00

Can we have a followup to this, like how to display user's data like his name or profile pic in app after he is logged in?

Ответить
@vaibhawkr3904
@vaibhawkr3904 - 12.05.2020 12:32

I followed the entire video. My expo google authentication works on emulator but not when i build the apk 🤔 What could be the reason?

Ответить
@GustavoHenrique-xg4ey
@GustavoHenrique-xg4ey - 31.05.2020 20:44

googleUser.getBasicProfile is not a function

Ответить
@sophanonnun5962
@sophanonnun5962 - 27.06.2020 15:27

Good job man

Ответить
@jeangoffin6110
@jeangoffin6110 - 16.07.2020 12:36

Why is it a Web Authentication while it's for Android or Ios ?

Ответить
@elbuenrobin
@elbuenrobin - 22.07.2020 09:01

by any chance do you have an example of asking google for birthday user on the auth ?

Ответить
@rayasabdulrahiman2158
@rayasabdulrahiman2158 - 06.09.2020 12:30

hello there i'm getting an 403 error had installed
expo install expo-google-app-auth and import * as Google from "expo-google-app-auth" and did this as well const result = await Google.logInAsync" but i end up with "Error 403: disallowed_useragent" on android but on IOS it works just fine i followed the docs for android but i end up getting this error. Please Help I dont find any solution for it

Ответить
@beatsburst4848
@beatsburst4848 - 19.09.2020 08:56

hey this tutorial is very good but you didn't explain how can we access user details like name ,email etc and use for other purpose it is just stored in the firebase right now

Ответить
@aneerudh9038
@aneerudh9038 - 22.10.2020 13:59

I am using expo sdk for react native i have followed the code that you have mentioned but on tapping on the "sign in with google" no changes, it didn't ask any alert msg for asking permission before accessing google auth page

Ответить
@5minutes807
@5minutes807 - 06.11.2020 04:35

Sir iam getting error at firbase
Error
Firebase app named[default] already exists (app/duplicate-app)

Please solve my problem sir

Ответить
@WhitishSine8
@WhitishSine8 - 15.11.2020 05:49

Hi Varun I have a problem here, I signed in with my account but my firebase doesn't update and my app sends me again to the LoginScreen, did anyone else have this issue?

Ответить
@travishoki687
@travishoki687 - 24.11.2020 15:32

This tutorial is exactly what I was needing. Perfect! Thank you so much!

Ответить
@giadalanzalaco6128
@giadalanzalaco6128 - 12.02.2021 14:13

This awesome!!! thank you so much!!!

Ответить
@estebandiaz1306
@estebandiaz1306 - 19.02.2021 04:27

Was having an issue getting the authentication to save to the database fixed it by adding the databaseURL in the config file. Adding this here just in case anyone comes across the same issue

Ответить
@aqdasilyas2768
@aqdasilyas2768 - 22.03.2021 09:36

@firebase/database:, FIREBASE FATAL ERROR: Can't determine Firebase Database URL. Be sure to include databaseURL
option when calling firebase.initializeApp().

It gives me an errror, when i want to save user login credentias to database ???? what i doooo ?

Ответить
@PraveenYadav-wo1ig
@PraveenYadav-wo1ig - 20.05.2021 19:55

Hey, How can I buy you coffee?

Ответить
@viniciusjordao6013
@viniciusjordao6013 - 25.05.2021 09:29

Your tutorial was very good, it helped me a lot, thanks

Ответить
@sachinrathee5807
@sachinrathee5807 - 03.06.2021 13:05

hey bro i am facing 404 error can you please tell me how to resolve this

Ответить
@cjyowbruh
@cjyowbruh - 02.10.2021 11:37

Why it gives me an error if i write .bind(this) on that function?

Ответить
@farhatulsk
@farhatulsk - 05.10.2021 10:40

Perfect tutorial ✌️🤍

Ответить
@mattlaszcz2525
@mattlaszcz2525 - 03.11.2021 21:41

will this method work with expo ?

Ответить
@guilhermechan7760
@guilhermechan7760 - 27.12.2021 23:14

Could you please do a tutorial on Expo Microsoft Login + Firebase?

Ответить
@kaurprabh7638
@kaurprabh7638 - 20.03.2023 14:29

Please give me documentation code

Ответить