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
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 ?
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 !!
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?
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.
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..
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
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.
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') )
OMG only tutorial that worked...
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
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 ?
Nice video man!
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 !!
oh yeah that will be great....
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?
Good job
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.
Here you are ejecting from expo correct?
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.
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..
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
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.
This implementation works for managed workflow as well!
Does this work for android and ios?
Can you please do same facebook login with AWS AMPLIFY as well and React Native.
plzzzzzzzzzzz
Will look into it
@@BornToCode_YT Thanksss
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') )
I'm also getting the same error brother
@@darkfire586 but i can not install project on app expo go. if you can please help me ^^
I have the same error. Were you able to find a solution?
same error : (
"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
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!
Also should be: plugins: [ [“react-native-fbsdk-next”, { “appID”:”…”}] ]