@@BornToCode_YT Your videos are top notch quality man! I will wait for the expo authentications too, it will be very interesting since the documentations about it are very rare or deprecated
Here’s an expo facebook login tutorial using react-native-fbsdk-next as recommended by Expo, the expo-facebook package is now deprecated in favor of react-native-fbsdk-next. The steps should be similar for Google sign in using the react-native-google-sign-in package. Both packages have steps on how to install and set them up on expo under the heading: Expo installation video link: ruclips.net/video/Z9sVWJ1HWpA/видео.html react-native-google-sign-in: github.com/react-native-google-signin/google-signin react-native-fbsdk-next: github.com/thebergamo/react-native-fbsdk-next
you have selected 'ios' when you create app, what if its react native expo project targeting ios&android, is it fine or you gonna create another api for android?
to use firebase v9 comment the # use_flipper!() in your podfile and add use_frameworks! like this target 'your_project_name' do config = use_native_modules! use_frameworks!
Perfect video, literally the only video that helped me.
Sir you are amazing I follow your every video
Really neat ! Can you please make one more instructional video for Google auth and firebase for a react native expo project ?
Will do
@@BornToCode_YT please 🙏🙏🙏🙏🙏
@@BornToCode_YT Your videos are top notch quality man! I will wait for the expo authentications too, it will be very interesting since the documentations about it are very rare or deprecated
Here’s an expo facebook login tutorial using react-native-fbsdk-next as recommended by Expo, the expo-facebook package is now deprecated in favor of react-native-fbsdk-next. The steps should be similar for Google sign in using the react-native-google-sign-in package. Both packages have steps on how to install and set them up on expo under the heading: Expo installation
video link: ruclips.net/video/Z9sVWJ1HWpA/видео.html
react-native-google-sign-in: github.com/react-native-google-signin/google-signin
react-native-fbsdk-next: github.com/thebergamo/react-native-fbsdk-next
@@BornToCode_YT Thank you so much! You are saving lives ❤️
Thanks buddy
I have it error " Invariant Violation: `new NativeEventEmitter()` requires a non-null argument." what is problem?
you have selected 'ios' when you create app, what if its react native expo project targeting ios&android, is it fine or you gonna create another api for android?
have you found answer? about log in facebook in android and IOS?
@@hiii3763 yes you suppose to create separate api for Android as well
@@mehmetyeneryilmaz2579 thank you mate
please make a video on android also.
to use firebase v9 comment the # use_flipper!() in your podfile and add use_frameworks! like this
target 'your_project_name' do
config = use_native_modules!
use_frameworks!