React Native Firebase Authentication with Expo Router

  Рет қаралды 23,122

Simon Grimm

Simon Grimm

Күн бұрын

Пікірлер: 74
@freekeys
@freekeys 3 ай бұрын
Can you make a video of advance and best practices in expo react native please 🙏
@mattvalgreen
@mattvalgreen 2 ай бұрын
Struggled a while for trying to implement that! But enjoyed a lot, thank you Simon!
@dglalperen
@dglalperen 2 ай бұрын
Man... THANKS. I always had such a struggle for some reason correctly navigating based on the proper auth state
@galaxies_dev
@galaxies_dev 2 ай бұрын
Happy to help!
@aliarefjs
@aliarefjs 3 ай бұрын
Great video. Please create a video on react native expo Testing, how to write tests ? What are the best practices when writing tests and more important which parts to test (no idea on what to test? APIs?). The native actions will always work for example a button press always works (should I write test on it ?). Please explain the Testing ❤🙏
@emreaka3965
@emreaka3965 Ай бұрын
Simon is my savior for mobile app development. Thanks Simon :D
@galaxies_dev
@galaxies_dev Ай бұрын
Always by your side!
@nekokami_
@nekokami_ 2 ай бұрын
Very good tutorial! I had a lot of problems compiling the app on android, but after many errors I was finally able to follow your tutorial :D
@galaxies_dev
@galaxies_dev 2 ай бұрын
Happy I could help!
@hiladahan3426
@hiladahan3426 2 ай бұрын
You say it's possible then? I want to follow this video but don't want to waste time on something that doesn't work
@nekokami_
@nekokami_ 2 ай бұрын
@@hiladahan3426 Yes! I had problems with my development environment (mainly Java JDK configuration), but after solving it, all that's left is to follow the video
@zachzambuto7994
@zachzambuto7994 27 күн бұрын
@@nekokami_ I had to downgrade to JDK 17 to get android to build
@mfaizhussain7
@mfaizhussain7 2 ай бұрын
(Contains Redirection Solution!) the authenticator listening won't work accordingly when we reload or reopen the app if there is a user the login screen flashes and then we move to home page now, After exploring multiple approaches, I've found the solution. In Simon's implementation, two useEffect hooks are being used-one to check the authentication state and another for redirection. The issue arises because the initialization is set to true in the auth check useEffect, causing the login screen to briefly appear. As a result, both useEffect hooks are being triggered, leading to the flashing of the login screen. The fix is to combine both useEffect hooks into one, which will handle everything at once and prevent this issue. This solution works 100% with the current Firebase version. If you encounter any problems, feel free to reach out!
@itsjustnuts
@itsjustnuts 11 күн бұрын
Is there options to take a look on your version? Because when I try to combine the useEffect's i get stuck on splash screen. Will really appriciate it)
@CryptoTT2023
@CryptoTT2023 Ай бұрын
thanks man, really helps me understand right router implementation !!
@galaxies_dev
@galaxies_dev Ай бұрын
Glad it helped!
@julienduris8326
@julienduris8326 3 ай бұрын
Great video as always Simon! Always such a good amount of valuable content and great mustache in each video! Thanks a lot
@deividaszubLT
@deividaszubLT 2 ай бұрын
Could you do React Native Firebase expo how to add upload and stream images videos from cloud storage?
@luciferishness
@luciferishness 3 ай бұрын
Welcome back, Back 👍🏼
@galaxies_dev
@galaxies_dev 2 ай бұрын
Hey, thanks!
@darkemperor9006
@darkemperor9006 Ай бұрын
Please make a video for google sign in Expo Firebase
@haroonazizi
@haroonazizi Ай бұрын
8:50 the error is solved now so you don't need to go all of those steps. [6 October 2024]
@hiladahan3426
@hiladahan3426 2 ай бұрын
I really liked your video it gave exactly what i needed aa a base and now I can add whatever i want. I wonder if you hace a video like this for using the database too?
@galaxies_dev
@galaxies_dev 2 ай бұрын
I've got a full course on Firebase here: galaxies.dev/course/react-native-firebase
@SoohoonOh-q5e
@SoohoonOh-q5e 2 ай бұрын
really needed this Thank you!
@pasza01
@pasza01 Ай бұрын
Please do a build flavor (dev, prod) with firebase config
@BitCribMedia
@BitCribMedia 3 ай бұрын
It seems like they are now adding the REVERSED_CLIENT_ID
@0darkace1
@0darkace1 3 ай бұрын
Thx what I needed
@0xAtaly
@0xAtaly 3 ай бұрын
Great video, can you make a video doing the same think without fire base? Use mongodb and nestjs / express (and please please please use Apple and Google SignIN I am trying to make this to work for a weeks)
@TheSuperBoyProject
@TheSuperBoyProject 3 ай бұрын
That's out of the scope of react native. Look up passport js and passport jwt. Also mongodb is not a good solution, postgresql and other nosql like couchdb are better choices.
@SPIONAT
@SPIONAT 3 ай бұрын
hey first of all ... I love your videos those are so helpful thank you so much. ... maybe i have an video / content idea for you too ... I am really interested in learning how I can implement an access to like to reminder app from apple or other companies and then use those data in my own. so for example create an analyze application of the checked todos which I checked as done in reminder app
@alex.29899
@alex.29899 3 ай бұрын
Thanks , great video ! C Can you make a video of different users have their own different datas ( username , userimage, their posts ) like Facebook , please ?
@candronikos
@candronikos 2 ай бұрын
Great video :) I'm still having trouble getting the JWT token (it currently comes back as a dict with 0 and null for values) so I can authenticate against backend API endpoint. Any advice on how to proceed? Still, I'm pleased to get this far!
@ChrisTravelsPlaces
@ChrisTravelsPlaces 3 күн бұрын
Thanks for the video but react native sdk52 is a complete dumpster fire at the minute even the straight install doesnt work atm....
@Venom-hb6mb
@Venom-hb6mb 3 ай бұрын
What vscode theme you use?
@hiladahan3426
@hiladahan3426 2 ай бұрын
How would you add email verification with code for this?
@galaxies_dev
@galaxies_dev 2 ай бұрын
Would require some more pages to verify the code and read it from the URL I guess, also might need universal links and stuff - so it's getting a lot more complicated!
@nikosdimou7291
@nikosdimou7291 3 ай бұрын
so how can we compile it to apk ?
@VIJAY-fx4yh
@VIJAY-fx4yh 3 ай бұрын
Sir this is classical login please video on continue with google
@darkemperor9006
@darkemperor9006 Ай бұрын
My project doesn't have the android folder. How do I bring it up there?
@darkemperor9006
@darkemperor9006 Ай бұрын
the android folder is generated by running npx expo prebuild. If you run npx expo run:android, the android folder is generated automatically.
@WeiJianTan-fe4lh
@WeiJianTan-fe4lh 2 ай бұрын
hi does anybody encountered internal error with phone sign in?
@gibber1sh-c6w
@gibber1sh-c6w 3 ай бұрын
Is it a good practice to have the google-services files in the source code? Can we push them to a repo without issues?
@pixelmochiid3985
@pixelmochiid3985 2 ай бұрын
from what I've seen, it contains private information so it's best to put it in the .gitignore
@Rajesh-rg6fw
@Rajesh-rg6fw 3 ай бұрын
What vscode extension you are using
@pixelmochiid3985
@pixelmochiid3985 2 ай бұрын
ikr his copilot is amazing 😂
@mostafamaher8451
@mostafamaher8451 2 ай бұрын
It's called codeium I think this is the one he's using but even if it's not, it's still very helpful
@hiladahan3426
@hiladahan3426 2 ай бұрын
i did everything like you but in 22:47 const inAuthGroup = segments[0] === '(auth)'; doesn't work This comparison appears to be unintentional because the types '"" | "_sitemap" | "auth"' and '"(auth)"' have no overlap.ts(2367)
@imonutiy
@imonutiy Ай бұрын
If you check sengments[0] === " " suggestions you will may see something like "(auth)home" which I had. From docs: Some Expo libraries provide both static types and type generation capabilities. These types are automatically generated when the project builds or by running the npx expo customize tsconfig.json command. So useSegment hook returned broken routes types. So you need to rebuild app or run command above. Also put your auth folder in () if not already.
@g0keyn
@g0keyn 2 ай бұрын
4:00 where did this come from? A very bad explanation.
@hamxahusain
@hamxahusain 3 ай бұрын
Every time i do prebuild, i just get this error message, Simon Any idea what it say, I would love if i get comment here npm WARN using --force Recommended protections disabled. env: load .env.development env: export EXPO_PUBLIC_AES_SECRET_KEY EXPO_PUBLIC_ORIGIN EXPO_PUBLIC_API_URL EXPO_PUBLIC_GOOGLE_API_KEY ✔ Created native directories › Using current versions instead of recommended react-native@0.74.5. ✔ Updated package.json ✖ Prebuild failed Error: [android.dangerous]: withAndroidDangerousBaseMod: Could not find MIME for Buffer Error: [android.dangerous]: withAndroidDangerousBaseMod: Could not find MIME for Buffer at Jimp.parseBitmap (/Users/hamzahussain/Projects/codeman/node_modules/jimp-compact/dist/jimp.js:1:125518) at Jimp.parseBitmap (/Users/hamzahussain/Projects/codeman/node_modules/jimp-compact/dist/jimp.js:1:8514) at /Users/hamzahussain/Projects/codeman/node_modules/jimp-compact/dist/jimp.js:1:7613 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read/context:68:3)
@ayomideisrael-f7y
@ayomideisrael-f7y 2 ай бұрын
how i solve my problem first i read it with my mind and i will look on how to solve it first thing to do here is to create another project with the latest sdk then make all the package you use up today then try the tutorial once again i hope you understand
@largatonguyemmanuelcouliba9827
@largatonguyemmanuelcouliba9827 2 ай бұрын
Unfortunately, it doesn't work on Android
@hiladahan3426
@hiladahan3426 2 ай бұрын
😢
@Manojkumar-fq2vu
@Manojkumar-fq2vu 2 ай бұрын
can you share your github repo for reference
@galaxies_dev
@galaxies_dev 2 ай бұрын
The tutorial is linked in the description!
@loneewolf15
@loneewolf15 3 ай бұрын
Hi Simon, is there a way I can get across to you maybe via mail or something?
@MrRayoux
@MrRayoux 2 ай бұрын
Hello any one is good in react native i need some help
@yonathegod
@yonathegod 2 ай бұрын
Really complicated process...
@becuasegoodreason
@becuasegoodreason Күн бұрын
i hate expo.
@christophermarshall3702
@christophermarshall3702 Күн бұрын
What versions of java are you using i cant for the life of me get it to build the most recent version of sdk 52' expo app just keeps failing on * What went wrong: Error resolving plugin [id: 'com.facebook.react.settings'] > org.gradle.api.internal.catalog.GeneratedClassCompilationException: No Java compiler found, please ensure you are running Gradle with a JDK But i have all my paths setup and its able to hit the java compilier
@sinanovictchaikovsky6387
@sinanovictchaikovsky6387 3 ай бұрын
Error resolving plugin [id: 'com.facebook.react.settings'] > org.gradle.api.internal.catalog.GeneratedClassCompilationException: No Java compiler found, please ensure you are running Gradle with a JDK I have get en error like this someone can help me ?
@Md.RahimBadsa
@Md.RahimBadsa 2 ай бұрын
same problem fatching also
@nekokami_
@nekokami_ 2 ай бұрын
I think you need to download Java JDK (not JRE) and then update the environment variables
@sinanovictchaikovsky6387
@sinanovictchaikovsky6387 2 ай бұрын
@@nekokami_ Thank you for answering. I am gonna try. If it works i will comment here.
@rachelblack6407
@rachelblack6407 Ай бұрын
Very cool tutorial, Im getting issues though when I'm trying - ./gradlew signingReport In the android directory and been trying to debug for a while. the error is below * What went wrong: Error resolving plugin [id: 'org.gradle.toolchains.foojay-resolver-convention', version: '0.5.0']
@pixelmochiid3985
@pixelmochiid3985 2 ай бұрын
Hi there, I'm getting an issue where the command ./gradlew signingReport isn't working, and returns this error: A problem occurred configuring project ':expo'. > Could not get unknown property 'release' for SoftwareComponent container of type org.gradle.api.internal.component.DefaultSoftwareComponentContainer. does anybody know a fix for this? Any help would be greatly appreciated thank you in advance!
@mfaizhussain7
@mfaizhussain7 2 ай бұрын
before calling ./gradlew signingReport make sure you are under directory android like c/user/..../project/android then call it if above doesn't work then there is an issue with android environement setup
@pixelmochiid3985
@pixelmochiid3985 2 ай бұрын
I reckon the later might be true.. I'm definitely in the android folder when I type the command, and every method I've tried to fix it seems to point to some incompatible dependency or smt, no clue what's going on. I've also deleted and remade it a few times and the error still persists!
@Sultan-vm3qg
@Sultan-vm3qg 2 ай бұрын
@@pixelmochiid3985 You need to install Java Jdk and after that clean your gradlew and build it(it will take a while) and only after that you can write gradlew signing report
@rachelblack6407
@rachelblack6407 Ай бұрын
Did you fix this? Ive been getting this error at the same point Error resolving plugin [id: 'org.gradle.toolchains.foojay-resolver-convention', version: '0.5.0'] Somewhere online I saw to switch to gradle 8.3 and then I got the same error as you (im using 8.8)
@Md.RahimBadsa
@Md.RahimBadsa 2 ай бұрын
Error resolving plugin [id: 'com.facebook.react.settings'] > org.gradle.api.internal.catalog.GeneratedClassCompilationException: No Java compiler found, please ensure you are running Gradle with a JDK I have get en error like this someone can help me ?
React Native vs Flutter - Which should you use?
22:31
Simon Grimm
Рет қаралды 49 М.
Expo SDK 52: DOM, RSC, Router, New Architecture & Packages
17:05
Simon Grimm
Рет қаралды 10 М.
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 7 МЛН
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 110 МЛН
10 Expo Router Tips You Need to Know
18:07
Simon Grimm
Рет қаралды 18 М.
When does local-first make sense?
13:48
Simon Grimm
Рет қаралды 4,5 М.
Expo Go vs Development Builds: Which should you use?
21:37
10 Essential React Native Tips Every Developer Must Know
12:07
Simon Grimm
Рет қаралды 16 М.
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 1,4 МЛН
10 Must-Have React Native Components 😎
10:12
Simon Grimm
Рет қаралды 63 М.
Adding user authentication to your bolt.new app
7:54
StackBlitz
Рет қаралды 13 М.
5 React Native Tips to WOW Your Users
16:36
Simon Grimm
Рет қаралды 32 М.
From React to React Native in 12 Minutes
12:33
Simon Grimm
Рет қаралды 24 М.
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 7 МЛН