Hi, Loved Your videos. One request, Compose has recently updated the navigation. It's much much much more simpler, no need to add route and passing values through screens have become much more easier. Please make a video on that, because only your videos are easier to understand for me. Thanks ❤
Such an amazing tutorial 👏🏻 Got all points in one shot Request: "Make a video on how to login with another methods such as Google, Facebook, Discord etc"
Bu videoyu izledikten sonra hem size kahve aldım hem de aranıza katıldım. Neden? Çünkü günlerdir bu videoda anlattıklarınızı yapmaya çalışıyordum ama yapamadım. Videoyu ve kanalınızı yeni gördüm. Teşekkür ederim. After watching this video, I bought you coffee and joined you. From where? Because I've been trying to do what you explained in this video for days, but I couldn't do it. I just saw the video and your channel. Thank you.
Initial task failed for action RecaptchaAction(action=signUpPassword)with exception - A network error (such as timeout, interrupted connection or unreachable host) has occurred. Create account is not working as expected How to resolve this issue?
bro when i run my app it doesn't show any content. it shows only White screen. After complete login page code even Signup PAge also Plese help. app Run but shows only white screen and nothing!
Good morning sir, please my question is not related to this project. I have downloaded an installed latest Android studio more three time the gradle isn't installed. I need the manual method thanks.
Sir please Check this Error "Cross origin redirect sign-in on Google Chrome M115+ is no longer supported, and will stop working on June 24, 2024." Sir provide solution for this problem..... Please !
Please create a video on how money earning app pays money to the users. There is not a single video on youtube and also hepful in growth Of your channel
I followed the complete tutorial. But stuck at some point. After login and redirected to the home page, I can not close the app. It is continuously showing same home page screen. can help here?
Use backhandler and intentionally close the activity. BackHandler(enabled = true) { context.startActivity(Intent(Intent.ACTION_MAIN).apply { addCategory(Intent.CATEGORY_HOME) flags = Intent.FLAG_ACTIVITY_NEW_TASK}}}
Tbh broo Facebook authentication is probably the toughest authentication, not because of coding but because how much barriers meta has placed. So unless you are working for some company, I won't recommend it. Rather go for Google auth
Bro you haven't replied to me comments 😢 Bro stop making your videos in kotlin please I'm using my phone to code and it doesn't support kotlin please Code in Java stop making your videos with kotlin
But bro kotlin is now official language of android . It doesn't make any sense to choose java for android development anymore. Kotlin is much better than java . There are some other UA-cam channels who code in java ( only videos) . But now they also do coding in kotlin too
@@SahilSharma-bf6cp I no but I'm coding on my phone and it doesn't support kotlin only Java, kotlin is very difficult to compile on a mobile phone that why
Bro stop making your videos in kotlin please I'm using my phone to code and it doesn't support kotlin please Code in Java stop making your videos with kotlin
Hi, Loved Your videos. One request, Compose has recently updated the navigation. It's much much much more simpler, no need to add route and passing values through screens have become much more easier. Please make a video on that, because only your videos are easier to understand for me. Thanks ❤
Great content and easy to follow. Keep it up!
Brother you are the best developer ever
it was an amazing and helpful video. Great work, keep up the good work.
amazing! Your video saved my life thank you sooooo much!
I think you have a talent for teaching.
Good Content, Please upload a full jetpack compose tutorial
Thank for sharing 👍
Awesome. It worked for me. Thanks a lot.
you are so good,I recently watched many videos about firebase login but nobody could explain it like you did🙏
Thank you so much ❤️
Great explanation
YOu are so good at explaining thank you very much:)
Nice video!
Amazing video!
Such an amazing tutorial 👏🏻
Got all points in one shot
Request: "Make a video on how to login with another methods such as Google, Facebook, Discord etc"
dude how you get at 6:06 add dependencies in the contextual menu? I only get create a function and have to add dependency by hand
How to add by hand? Help
@@wishh5 build Gradle and libs version.toml file on your project.
this video saved my life thank you very much.
Thank for the video.
We need video about Facebook login intergration in jetpack Compose
very helpful 😍
Bu videoyu izledikten sonra hem size kahve aldım hem de aranıza katıldım. Neden? Çünkü günlerdir bu videoda anlattıklarınızı yapmaya çalışıyordum ama yapamadım. Videoyu ve kanalınızı yeni gördüm. Teşekkür ederim.
After watching this video, I bought you coffee and joined you. From where? Because I've been trying to do what you explained in this video for days, but I couldn't do it. I just saw the video and your channel. Thank you.
Great and thanks
Initial task failed for action RecaptchaAction(action=signUpPassword)with exception - A network error (such as timeout, interrupted connection or unreachable host) has occurred.
Create account is not working as expected
How to resolve this issue?
Hi, I received this warning in firebase "Chrome M115+ will no longer support cross-origin redirects for sign-in"
i love your videos i only understand your explanation.😄
Thank you! 😃
Amazing Video
Glad you enjoyed it
bro when i run my app it doesn't show any content. it shows only White screen. After complete login page code even Signup PAge also Plese help. app Run but shows only white screen and nothing!
Good morning sir, please my question is not related to this project.
I have downloaded an installed latest Android studio more three time the gradle isn't installed. I need the manual method thanks.
Browser app with advance features like upload, download,and camera and audio permission for video call website
Sir please Check this Error "Cross origin redirect sign-in on Google Chrome M115+ is no longer supported, and will stop working on June 24, 2024." Sir provide solution for this problem..... Please !
Did you got the solution ?
@@priyanshusingh9943 same if you got the solution , please help me with same
good efforts
How to get notification if any msg received in chat application, but app is in background (not even in recent )
Make a video about using location get your precise and approximately location on map
Bro please solve my problem
Unresolved reference error in Android studio version ladybug 2024.2
please add otp login method and gmail verification in part 2 of this video please ..
Brother Please Make Video On Paging 3 Library in jetpack compose i like your video i lots
Please, upload a video for phone number authentication using jetpack compose and firebase.
Hello! I can't see Firebase button on tools tab, is this normal??
19:00
So now how do i design my homepage?
Sir can you make tutorial on how we can add payment to our app
Sir do you do commission? I can't find your details. I just need a little help on my app. I will pay.
will this check that the entered email is correct or not ?
Please create a video on how money earning app pays money to the users. There is not a single video on youtube and also hepful in growth
Of your channel
Hello
Please can you make videos on firebase cloud storage ....
many thanks
how add two theme in app and change by button select theme dark and light by Jetpack Compose
Video soon.
Please create a full project using compose
which site did u used to make architecture
eraser.io
Hi Can you make a video editing app for me with ads please. I am a subscriber of you.
I followed the complete tutorial. But stuck at some point. After login and redirected to the home page, I can not close the app. It is continuously showing same home page screen. can help here?
Use backhandler and intentionally close the activity.
BackHandler(enabled = true) {
context.startActivity(Intent(Intent.ACTION_MAIN).apply {
addCategory(Intent.CATEGORY_HOME)
flags = Intent.FLAG_ACTIVITY_NEW_TASK}}}
Facebook firebase Authentication video plzz
Tbh broo Facebook authentication is probably the toughest authentication, not because of coding but because how much barriers meta has placed.
So unless you are working for some company, I won't recommend it. Rather go for Google auth
Use lattest navigation techniques
Create a thread app
Bro you haven't replied to me comments 😢
Bro stop making your videos in kotlin please
I'm using my phone to code and it doesn't support kotlin please
Code in Java stop making your videos with kotlin
But bro kotlin is now official language of android . It doesn't make any sense to choose java for android development anymore. Kotlin is much better than java .
There are some other UA-cam channels who code in java ( only videos) . But now they also do coding in kotlin too
@@SahilSharma-bf6cp I no but I'm coding on my phone and it doesn't support kotlin only Java, kotlin is very difficult to compile on a mobile phone that why
@@Jjjnmkkmkkk abe garib tab majduri kar app dev kyu kaar rha
Bro stop making your videos in kotlin please
I'm using my phone to code and it doesn't support kotlin please
Code in Java stop making your videos with kotlin
Buddy even google recognizes kotlin and you are stuck on java get over it
pls make google,faceook, instagram and no otp for login videoo
please add otp login method and gmail verification in part 2 of this video please ..
please add otp login method and gmail verification in part 2 of this video please ..
please add otp login method and gmail verification in part 2 of this video please ..
please add otp login method and gmail verification in part 2 of this video please ..
please add otp login method and gmail verification in part 2 of this video please ..