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.
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 !
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!
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
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
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}}}
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
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 TH-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
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!
it was an amazing and helpful video. Great work, keep up the good work.
Thank for sharing 👍
Awesome. It worked for me. Thanks a lot.
amazing! Your video saved my life thank you sooooo much!
I think you have a talent for teaching.
you are so good,I recently watched many videos about firebase login but nobody could explain it like you did🙏
Thank you so much ❤️
Brother you are the best developer ever
Good Content, Please upload a full jetpack compose tutorial
Nice video!
Amazing video!
YOu are so good at explaining thank you very much:)
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"
very helpful 😍
this video saved my life thank you very much.
i love your videos i only understand your explanation.😄
Thank you! 😃
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
Amazing Video
Glad you enjoyed it
Thank for the video.
We need video about Facebook login intergration in jetpack Compose
Hi, I received this warning in firebase "Chrome M115+ will no longer support cross-origin redirects for sign-in"
good efforts
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 !
Did you got the solution ?
@@priyanshusingh9943 same if you got the solution , please help me with same
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?
Make a video about using location get your precise and approximately location on map
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!
How to get notification if any msg received in chat application, but app is in background (not even in recent )
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
please add otp login method and gmail verification in part 2 of this video please ..
Sir can you make tutorial on how we can add payment to our app
Please, upload a video for phone number authentication using jetpack compose and firebase.
which site did u used to make architecture
eraser.io
Please create a full project using compose
Brother Please Make Video On Paging 3 Library in jetpack compose i like your video i lots
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.
Browser app with advance features like upload, download,and camera and audio permission for video call website
Sir do you do commission? I can't find your details. I just need a little help on my app. I will pay.
many thanks
how add two theme in app and change by button select theme dark and light by Jetpack Compose
Video soon.
Hello! I can't see Firebase button on tools tab, is this normal??
will this check that the entered email is correct or not ?
Hello
Please can you make videos on firebase cloud storage ....
Hi Can you make a video editing app for me with ads please. I am a subscriber of you.
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
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}}}
Use lattest navigation techniques
19:00
Create a thread app
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
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 TH-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
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 ..