I wanna add somethign important, is that google sign in and facebook sign in will work on dev mode, but in release mode in THE STORE, it won't work until you add the sha1 from the google play store to the the project in firebase console
@tanny30802 жыл бұрын
iOS works fine but it didn't work on android even I added the sha1 from the google play store to the the project in firebase console. Did you make it work on android ?
@vd853 Жыл бұрын
OMG only tutorial that worked...
@matheusboldrini Жыл бұрын
Hello! i'm trying to execute your code and is showing this error: " Possible Unhandled Promise Rejection (id: 0): TypeError: Cannot read properties of undefined (reading 'logInWithPermissions')..." do you know how to solve this?
@TunnaDuong2 жыл бұрын
i got error: `new NativeEventEmitter()` requires a non-null argument whenever I try to import from react-native-fbsdk-next. When I tried to run expo run:ios, I got a lot of pod install errors. Since I'm using Macbook M1 so I think that is the problem.
@CokyCokino2 жыл бұрын
Hi, I got a lot of errors with "expo run IOS". This for example: Failed to build iOS project. "xcodebuild" exited with error code 65.
@JamesLeeTabao2 жыл бұрын
Hi, do you happen to have tried on working with the facebook sign in for the Expo Managed? I'm kinda in a stumped as most of the tutorials I see are for Bare workflow.
@tashanemclean1269 Жыл бұрын
This implementation works for managed workflow as well!
@kristofbulyovcsity23932 жыл бұрын
Hi! Really awesome tutorial, finally got facebook login working :D. Could you please do the same combo with google sign in? (Expo+Firebase+Google) I would really appreciate !!
@m__link64992 жыл бұрын
oh yeah that will be great....
@karimdakrouri3410 Жыл бұрын
Here you are ejecting from expo correct?
@ainanirina7582 жыл бұрын
Nice video man!
@טלגרימן-ע9נ2 жыл бұрын
Hi, Thanks for the great explanation its great video, will be happy if you will can to make React Native Expo Firebase Google Login too, Thanks a lot..
@Medo-jr5cu2 жыл бұрын
Good job
@weiwei97852 жыл бұрын
help me!! I try to study with you, but I'm stuck. ( Possible Unhandled Promise Rejection (id: 0): TypeError: null is not an object (evaluating 'LoginManager.logInWithPermissions') )
@darkfire5862 жыл бұрын
I'm also getting the same error brother
@weiwei97852 жыл бұрын
@@darkfire586 but i can not install project on app expo go. if you can please help me ^^
@origarsa2 жыл бұрын
I have the same error. Were you able to find a solution?
@jaysmith86102 жыл бұрын
same error : (
@josephfatoye62932 жыл бұрын
Does this work for android and ios?
@danialmunsif2 жыл бұрын
Can you please do same facebook login with AWS AMPLIFY as well and React Native. plzzzzzzzzzzz
@BornToCode_YT2 жыл бұрын
Will look into it
@danialmunsif2 жыл бұрын
@@BornToCode_YT Thanksss
@khatariinsaan52842 жыл бұрын
Bro Your are doing Great I have a request for you Plz Plz --- Make a food delivery app using react-native Expo *Which has the following features* 1) Login/Register 2) Cart Adding 3) Search 4) Filter 5) Google Map
@CodingDiariesHub2 жыл бұрын
"plugins":["react-native-fbsdk-next", { "appID": "647528727163209", "clientToken": "81cef5328441b5ed3b0594d759ea9915", "displayName": "YFF" } ], i added those plugins to app.json but i get this eroor missing appID in the plugin properties Error: missing appID in the plugin properties
@tashanemclean1269 Жыл бұрын
I saw this error due to a preexisting iOS folder from a previous command, if true for you, delete it and try running command again!
@tashanemclean1269 Жыл бұрын
Also should be: plugins: [ [“react-native-fbsdk-next”, { “appID”:”…”}] ]