Тёмный
Ussama Channel
Ussama Channel
Ussama Channel
Подписаться
React-Native Navigation Drawer In 6 minutes
5:47
9 месяцев назад
Native-Stack Navigation In 3 minutes
3:17
9 месяцев назад
Комментарии
@vivekpilkhwal8331
@vivekpilkhwal8331 Месяц назад
Why u Stop making videos 😭
@vivekpilkhwal8331
@vivekpilkhwal8331 Месяц назад
Thanku so much brother
@AvdheshKumarNigam
@AvdheshKumarNigam Месяц назад
Thanks
@tk_1809
@tk_1809 5 месяцев назад
Im using email password authentication, as well as google authentication in my react native app so how shall I check the logged in status of the app
@UssamaChannel
@UssamaChannel 5 месяцев назад
try { const currentUser = auth().currentUser; // Check if the user is signed in with Google if (currentUser && currentUser.providerData.some(provider => provider.providerId === 'google.com')) { console.log('User signed in with Google'); } // Check if the user is signed in with Facebook if (currentUser && currentUser.providerData.some(provider => provider.providerId === 'facebook.com')) { console.log('User signed in with Facebook'); } // Check other providers, // Else, your're signed in with email } catch (error) { console.error(error.message); }
@manishkumar4457
@manishkumar4457 5 месяцев назад
why this @react-native-firebase/app have to install for google sign in?
@UssamaChannel
@UssamaChannel 5 месяцев назад
It has to be installed for firebase, then one can use either google, email or Facebook sign-in method etc.
@user-ky4dw8dd1d
@user-ky4dw8dd1d 6 месяцев назад
Super Awesome.. Do this good tutorial for ever.. Thanks ❤❤
@UssamaChannel
@UssamaChannel 5 месяцев назад
Thanks a lot
@dedexo6968
@dedexo6968 6 месяцев назад
I found this video helpful, thanks. And I have a doubt, does it work for iOS ?
@UssamaChannel
@UssamaChannel 6 месяцев назад
With some adjustments
@UssamaChannel
@UssamaChannel 6 месяцев назад
See please the included documentation web site
@rubenandiapimentel
@rubenandiapimentel 7 месяцев назад
HELLO, CAN YOU DO A SAME TUTORIAL BUT WHIT EXPO? THANK YOU!!
@UssamaChannel
@UssamaChannel 7 месяцев назад
Ok
@rubenandiapimentel
@rubenandiapimentel 7 месяцев назад
thank youuu@@UssamaChannel
@rubenandiapimentel
@rubenandiapimentel 7 месяцев назад
why is necesary use yarn to install google sign in instead of npx expo? are ther any diference? thank you
@UssamaChannel
@UssamaChannel 7 месяцев назад
Hi dear, it's not necessary. However, you should follow sign in expo installation wich can be slightly different. Additionally, don't mix packages managers; use only one manager for all. Npm, yarn or expo.
@user-bs1ft5sd3b
@user-bs1ft5sd3b 8 месяцев назад
I am facing the issue , Developer error ,please provide me solution
@rafaelgunit100
@rafaelgunit100 8 месяцев назад
i too
@speckygaming8499
@speckygaming8499 8 месяцев назад
I also faced the same error fixed using SHA1 key using ./grdlew signing-report then implementing it in firebase also make sure that project name e.g com.yourpackage name is correct in firebase
@CodeEight
@CodeEight 8 месяцев назад
does this work on ios also?
@p.p526
@p.p526 8 месяцев назад
I've created project using expo with typescript. I couldn't find index.ts or index.js file in my file structure
@user-mh5hy9id8s
@user-mh5hy9id8s 8 месяцев назад
Good work
@UssamaChannel
@UssamaChannel 8 месяцев назад
Thank you so much 😀
@user-pe8jo3xy6s
@user-pe8jo3xy6s 8 месяцев назад
Thank you
@UssamaChannel
@UssamaChannel 8 месяцев назад
You're welcome
@user-uk9yx1tj6f
@user-uk9yx1tj6f 8 месяцев назад
Nice work
@UssamaChannel
@UssamaChannel 8 месяцев назад
Thanks
@user-uk9yx1tj6f
@user-uk9yx1tj6f 8 месяцев назад
Thank you, it helpful 👏🏻👏🏻👏🏻
@UssamaChannel
@UssamaChannel 8 месяцев назад
Glad it was helpful!
@stan-beats
@stan-beats 9 месяцев назад
thank my g, i've been struggle
@UssamaChannel
@UssamaChannel 9 месяцев назад
You're welcome.
@UssamaChannel
@UssamaChannel 9 месяцев назад
Like + subscribe plz
@abuzain859
@abuzain859 9 месяцев назад
Can you give me source code of this video
@UssamaChannel
@UssamaChannel 9 месяцев назад
Thank you for watching this video. This is the source code link: github.com/UssamaDev/react-native-tutorials/blob/main/Navigation/DrawerApp.js
@UssamaChannel
@UssamaChannel 9 месяцев назад
Like + subscribe plz :)
@user-ps9dd4rz9b
@user-ps9dd4rz9b 9 месяцев назад
the release mode is not working, debug mode is working so good, where can be the problem ?
@UssamaChannel
@UssamaChannel 9 месяцев назад
I'll check the issue!
@marwamarhar2788
@marwamarhar2788 9 месяцев назад
Thank you. Very helpful 👍
@UssamaChannel
@UssamaChannel 9 месяцев назад
You're welcome!
@Skipper4k74-zp4zm
@Skipper4k74-zp4zm 9 месяцев назад
thank you man very helpful video ..
@UssamaChannel
@UssamaChannel 9 месяцев назад
Glad it helped. Enjoy !
@awais882s
@awais882s 9 месяцев назад
Thank you bro
@UssamaChannel
@UssamaChannel 9 месяцев назад
Welcome
@sehrishmunir3379
@sehrishmunir3379 9 месяцев назад
having this "DEVELOPER ERROR for Android login React Native Google sign in" I have Followed your tutorial but getting this issue
@UssamaChannel
@UssamaChannel 9 месяцев назад
Hi @sehrishmunir3379, Thank you for watching my tutorial. On the one hand, you have to believe that if you follow all the steps, your app will work, so try to re-watch the video and correct if there is a step missing. On the other hand, you have to describe your mistake clearly, so that I can help you.
@rafaelgunit100
@rafaelgunit100 8 месяцев назад
Hi,@@UssamaChannel i'm the same problem, when i try make the sign, i have as response "Access Blocked: autorization error, you can't sign in to this app because it doens't comply with Googles Auth 2.0 policy for keeping apps secure"
@speckygaming8499
@speckygaming8499 8 месяцев назад
I also faced the same error fixed using SHA1 key using ./grdlew signing-report then implementing it in firebase also make sure that project name e.g com.yourpackage name is correct in firebase
@wishawan1868
@wishawan1868 9 месяцев назад
client id ap ny kesy get ki...?
@UssamaChannel
@UssamaChannel 9 месяцев назад
I didn't understand your comment!!!
@programmingfolks
@programmingfolks 9 месяцев назад
he tell you! how to you get Client Id? @@UssamaChannel
@wishawan1868
@wishawan1868 9 месяцев назад
google-services.json ma client id to nhi ban k atti...?
@MohammedAmine-se3jw
@MohammedAmine-se3jw 9 месяцев назад
How do I create an App that combine stack and drawer navigations?
@UssamaChannel
@UssamaChannel 9 месяцев назад
Yes, but what do you mean by "user profile"?