Facebook Login with React Native Expo | Tutorial

  Рет қаралды 20,609

Code with Beto

Code with Beto

Күн бұрын

Пікірлер: 53
@armyofda12monkeys
@armyofda12monkeys Жыл бұрын
On the expo docs page for auth-session (in the FB and Google sections), it says "Deprecated: This provider is deprecated and will be removed in a future SDK version". They seem to recommend the "react-native-fbsdk-next" and "react-native-google-signin/google-signin". Are those libs the new new way to do this? That would be a shame... The auth-session way you do in this video seemed really simple.
@FunkkyMusic
@FunkkyMusic Жыл бұрын
Great tutorial. I using Expo too and I have one question, what about valid oauth redirect url on production version of app? Are there any differences regarding facebook configuration or code?
@Kevin-jc1fx
@Kevin-jc1fx Жыл бұрын
Thanks for your very helpful tutorials. Please always try to mention WHY you do things a certain why, especially when doing something unusual. Why do you choose to create a development build for this project? Doesn't it work with Expo Go? Is it a personal choice? It is important to explain such things so that we better understand why and when to use one tool instead of another. It also is harder to use so we usually use Expo Go and create a build at the very end. Thanks.
@renanuggioni7466
@renanuggioni7466 Жыл бұрын
Would be great to have one of these using Firebase auth with Facebook =)
@grupomexcomer
@grupomexcomer Жыл бұрын
Beto muchas gracias por tu tutorial, llevo 5 anios en react native y tenia un problema en una migracion a SDK 48 para hacer el FB auth funcionar y tu video me salvo muchisimo tiempo. Saludos desde Hidalgo!
@codewithbeto
@codewithbeto Жыл бұрын
Yo soy de Hidalgo! 😱 Saludos!
@baibing8077
@baibing8077 Жыл бұрын
Thanks for your help, but I still wonder if in production mode, where should we find the oauth embedded link to fill in.
@victoradameji7923
@victoradameji7923 2 ай бұрын
@codewithbeto, Please respond to this
@recupus
@recupus Жыл бұрын
habia tenido muchos problemas con Facebook login actualmente simplemente por la primera parte de que forma crear la aplicación pero con las opciones correctas que diste solucionaste mi problema. buen tutoría!
@Chad-pi5if
@Chad-pi5if Жыл бұрын
Please make a video on Reanimated and gesture handlers in windows machine setup to execution everything. Reanimated v3 is not working in expo cli
@BintSouleymane
@BintSouleymane Жыл бұрын
Hi Beto, can you do a tutorial with react-native-fbsdk, react-native-google-sign-in, twitter and linkedin please that would help me.
@sajidansari-gu4wf
@sajidansari-gu4wf 10 ай бұрын
This library is deprecated as of March 2024 ,Please refer to official docs of expo ,to work with facebook login
@humbertoisraelperezrodrigu9449
@humbertoisraelperezrodrigu9449 Жыл бұрын
Amigo, la SDK 48 de Expo vino a romperlo todo, nos ayudaría mucho que hicieras este tutorial con ese SDK, toda la comunidad está sufriendo y tu eres nuestro supermán ánimo bro 🎉
@codewithbeto
@codewithbeto Жыл бұрын
Este video esta con SDK 48
@CesarALL18
@CesarALL18 Жыл бұрын
Nice, thank you
@ibrahimacanada
@ibrahimacanada Жыл бұрын
🚀 Very helpfull thanks
@codewithbeto
@codewithbeto Жыл бұрын
Glad it was helpful!
@maksym.pryhoda
@maksym.pryhoda Жыл бұрын
Everything works great, but having some troubles wiring it to a web. Any ideas what to do? Throws an error like URL blocked This redirect failed because the redirect URI is not white-listed in the app's client OAuth settings. Make sure that the client and web OAuth logins are on and add all your app domains as valid OAuth redirect URIs.
@scarecrov1644
@scarecrov1644 Жыл бұрын
i tried facebook + firebase from your youtube and from course and still i dont have redirect, i stuck in it, can you help me with that?
@hussainbabatunde9368
@hussainbabatunde9368 Жыл бұрын
This is a wonderful tutorial and it helped alot, but how can the redirect url be gotten with expo go and the system doesnt have a simulator so basically it is been viewed on a mobile device.
@KhanMDOmarFaruk
@KhanMDOmarFaruk Жыл бұрын
i followed you video but it goes to white screen after clicking continue and get nothin in response
@lclkn
@lclkn Жыл бұрын
did you solve?
@KhanMDOmarFaruk
@KhanMDOmarFaruk Жыл бұрын
I solved it but i jsed react native facebook sdk method.
@lclkn
@lclkn Жыл бұрын
@@KhanMDOmarFaruk thank you
@pedromoura96
@pedromoura96 Жыл бұрын
me too
@ulfetalhussaini4481
@ulfetalhussaini4481 Жыл бұрын
@@pedromoura96 @KhanMDOmarFaruk how did you fix this issue?
@彭梓浩-e9r
@彭梓浩-e9r Жыл бұрын
Thank you for your helpful tutorials it really helps me a lot. And I still have some problems building my android app with facebook sdk using expo. On the dashboard page of meta for developers, it requires me to fill the package name and class name, what is it and where should I go to seek for them in my expo project?
@sunny4k444
@sunny4k444 Жыл бұрын
hi can you tell me how to connect this auth with firebase
@TiếnNguyễn-k3n
@TiếnNguyễn-k3n 3 ай бұрын
help me bro!! I did the same as you, but my facebook app is live, not develop, Does it cause an error?
@rambabupuchalapalli3743
@rambabupuchalapalli3743 Жыл бұрын
Hi Sir, Very helpful video. I am using this code but getting "Feature Unavailable" after submitting the login details. Could you know any reason for this?
@mdminhajulislam3023
@mdminhajulislam3023 4 ай бұрын
Unable to process request due to missing initial state. This may happen if browser sessionStorage is inaccessible or accidentally cleared. Some specific scenarios are - 1) Using IDP-Initiated SAML SSO. 2) Using signInWithRedirect in a storage-partitioned browser environment
@devfromin
@devfromin Жыл бұрын
What should the redirect url for production?
@codewithbeto
@codewithbeto Жыл бұрын
This should work on production, I tried it on TestFlight and with an APK on android. And it worked fine.
@joshuaduvdivani1697
@joshuaduvdivani1697 Жыл бұрын
Tried with production build on testflight. Not getting redirected. shows a "we're sorry" fb page
@fabrizio_pisani
@fabrizio_pisani Жыл бұрын
Facebook auth with AuthSession is deprecated
@Azer_Oner
@Azer_Oner Жыл бұрын
After i’m logged on Facebook page, why im not redirect to my app and have blank screen ?
@asmyris565
@asmyris565 Жыл бұрын
I have the same problem, did you find a solution?
@codewithtae6637
@codewithtae6637 Жыл бұрын
Are you sure you needed the expo-dev-client package? I was reading the docs and its main purpose is for "development builds" which allow collaboration among team members. Appreciate the content btw:)
@codewithbeto
@codewithbeto Жыл бұрын
Yes, you need to make the build in order to be able to redirect the user back to your app once they have signed In. Thanks for the support Tae 🙂
@yoeyoe7217
@yoeyoe7217 Жыл бұрын
can you pay a little more attention to the redirection topic? I do it after you and it doesn’t work for me, just like with google auth, redirection to applications does not occur
@Azer_Oner
@Azer_Oner Жыл бұрын
Did you find a solution please ?
@hadibb2635
@hadibb2635 Жыл бұрын
Hi @codewithbeto ! Is this project possible for those of us on Windows laptops with iPhones? Specifcally, I am using WSL - thank you!
@OmarAlJaberProfile
@OmarAlJaberProfile Жыл бұрын
the image did not work properly all the information came back
@grahampederson4026
@grahampederson4026 Жыл бұрын
When I added this to an existing project, and ran the jest tests - I get 'expo-linking needs access to the expo-constants manifest' anyone know how to fix this? If you add this to the repo, it is easily reproducible.
@028-manikandan3
@028-manikandan3 Жыл бұрын
Bro for next you put reactnative in any type of videos with typescript you put bro.react native videos put with typescript bro please
@ZelleHasnain
@ZelleHasnain Жыл бұрын
Loved Your Tutorials Alot, But not working, Unfortunately, I tried several times, but the issue is common all over the github of redirection and going blank screen, Even I tried downloading your project and changing the app id in it and tested multiple apps by creating new apps in facebook, but everytime it just redirects to blank. BTW Thanks for the tutorial, but I think this is because this package is deprecated.
@BintSouleymane
@BintSouleymane Жыл бұрын
i have the same problem too
@voldemore6300
@voldemore6300 Жыл бұрын
Show me google auth please❤
@codewithbeto
@codewithbeto Жыл бұрын
Coming soon!
React Native Firebase - Google Sign In Tutorial 🔥
1:04:26
Code with Beto
Рет қаралды 50 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Sign in with Google on Expo React Native
29:49
Supabase
Рет қаралды 46 М.
React Native Login with JWT Auth Context
24:59
Simon Grimm
Рет қаралды 75 М.
Expo Go & Development Builds: Which should you use?
21:37
From React to React Native in 12 Minutes
12:33
Simon Grimm
Рет қаралды 31 М.
Most overpowered way to build mobile apps?
8:33
Beyond Fireship
Рет қаралды 872 М.
How to integrate AWS Cognito with Facebook Social Login?
28:16
Security in Action 101
Рет қаралды 3,9 М.
React Native Facebook Sign In Using Firebase - Vanilla React Native
14:31
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН