Sir can we add i like if i type test so it will also show Test user 1 like we don't need to write capital and small words correct I use many things to do this like toLowerCase(); But it doesn't work how to do this please tell
Bro, I would like to appreciate your efforts in teaching Android development and making such great apps. I am also learning a lot from your videos. But just a request for you to upload videos more frequently as the link and momentum gets lost while waiting for the next video.
No worries 👍 Just keep making great apps. PS: I suggest recording videos in 1080p, it will save time while editing as I don't think 2160p is as such required for tutorials
Hey in search user activity I pass the key "phone" instead of "username" But whenever I search the number I have to given +91 with the number And then the user shows If there is any way to search user without +91
@@geniusdeveloper7797 i don't think so many TH-camrs do same with us . i thought this boy are very honest i start follow him but after this i can't watch more his video due to he also same whose just gain views
Hey in search user activity I pass the key "phone" instead of "username" But whenever I search the number I have to given +91 at first then number If there is any way to search user without +91
Check the UserModel. If you created the constructor with the username first and then the phone number, but you're calling the constructor with the phone number first and then the username, that's why the problem is occurring. Recheck your code in signup activity or where you added code for uploading data on firebase.
@@EasyTuto1Sir in this video I have created recycler view but whenever I am searching it is showing first blank screen for 2 seconds and redirect to main activity pls tell solution make a video on it many people are getting this problem pls 😢😢😢😭
I had no issues up to this point. But the Timestamp.now() part in LoginUsernameActivity is causing an error: error: incompatible types: com.google.firebase.Timestamp cannot be converted to java.sql.Timestamp userModel = new UserModel(phoneNumber, username, Timestamp.now(), FirebaseUtil.currentUserId()); ^ It suggests creating a constructor, but when I do that, it gets the Firebase ID and the users are not displayed." HELP PLS :(
Its clear. One place you are importing Timestamp from firebase package one from sql package You need to have same Timestamp class imported everywhere its used.
nice work man, can you pls help me ? now the implementations look like this implementation(libs.firebase.auth) implementation(libs.firebase.firestore) how can i implement firebaseUIFirestore ?
You can implement with implementation("-------dependency here---") It will work and within android studio you just hover the warning and can convert it to version catalog.
Hey in search user activity I pass the key "phone" instead of "username" But whenever I search the number I have to given +91 with number Then the user come in the list If there is any way to search user without +91
Hey in search user activity I pass the key "phone" instead of "username" But whenever I search the number I have to given +91 at first then number If there is any way to search user without +91
Hey in search user activity I pass the key "phone" instead of "username" But whenever I search the number I have to given +91 with number Then the user come in the list If there is any way to search user without +91
Hey in search user activity I pass the key "phone" instead of "username" But whenever I search the number I have to given +91 with number Then the user come in the list If there is any way to search user without +91
Hey in search user activity I pass the key "phone" instead of "username" But whenever I search the number I have to given +91 with number Then the user come in the list If there is any way to search user without +91
Hey in search user activity I pass the key "phone" instead of "username" But whenever I search the number I have to given +91 with number Then the user come in the list If there is any way to search user without +91
I have fallen in love with you. You are the only person who understands me and teaches me the way I understand. Appreciated!!.
your tutorials are absolutely amazing! very elegant proper display, codes working! thank you!
Glad you like them!
Highly Appreciate your high quality of video, it taught me a lot.
Waiting for the next chapter, please hope it come out asap. lol
sir i got the problem in my app I cant entered in main activity after 13:33 username activity no any error show there .please make a video on it .
bro your firebasefirestore is set on only read set it to read and write google it and you will get solution
Sir can we add i like if i type test so it will also show Test user 1 like we don't need to write capital and small words correct
I use many things to do this like
toLowerCase();
But it doesn't work how to do this please tell
Bro, I would like to appreciate your efforts in teaching Android development and making such great apps. I am also learning a lot from your videos.
But just a request for you to upload videos more frequently as the link and momentum gets lost while waiting for the next video.
Ok brother.
I will try to upload frequently.
Due to work, I am not able to edit in time thats why it become late.
No worries 👍
Just keep making great apps.
PS: I suggest recording videos in 1080p, it will save time while editing as I don't think 2160p is as such required for tutorials
@@EasyTuto1 I sent you messages ... no answer. Can you give me your email address please? I am glad you still active.
Hey in search user activity
I pass the key "phone" instead of "username"
But whenever I search the number I have to given +91 with the number
And then the user shows
If there is any way to search user without +91
on 5:32 in my searchUserRecylerAdapter FirestoreRecyclerAdapter class is not inherit it is showing red their is no class Suggestion.
Same bro
Same
Sir i have created a user in firestore Database but i can't able to search it in my application
Bro after click on search icon i cat see data . and data stored in firbase also how to fix this issu😢?
same bro any solution found?
@@PRS-GamerzThis mean this guy fake video don't watch it bro
@@PRS-Gamerzsame bro if you find any solution pls tell ok 🙏
@@aliahmad94523no no we will spam the comments he will make a video on it
@@geniusdeveloper7797 i don't think so many TH-camrs do same with us . i thought this boy are very honest i start follow him but after this i can't watch more his video due to he also same whose just gain views
Did you create UserModel and Firebase Util before this vd? I encountered problems when I created adapter and firebase util. pls reply me
Yeah check its created in one of the videos
bro i am having an errror in log that noadapter attached skipping layout
Data is not coming from firebase.
Check what you are missing.
Hey in search user activity
I pass the key "phone" instead of "username"
But whenever I search the number I have to given +91 at first then number
If there is any way to search user without +91
I don't know when i am search someone not any data found even i copy the code from github and just paste it.😢
broo I am facing a problem, when I click on search but it go back to the previous activity
Hi,
upload the video for how to Android app upload to play store based on current play store restrictions.
Hello.
Kindly make a tutorial video for an App similar to Google Device Lock Controller.
In my fire base Phone number register on username and username on Phone number. do you know why ?
Check the UserModel. If you created the constructor with the username first and then the phone number, but you're calling the constructor with the phone number first and then the username, that's why the problem is occurring. Recheck your code in signup activity or where you added code for uploading data on firebase.
Bro...when i search the users it shows every user...if even i search anything it shows the users...i have coded just like you... What should i do 🤌?
you have to add
.whereLessThanOrEqualTo("username", searchTerm + "\uf8ff");
in ur setupSearchRecyclerView method
My user is nit showing,can you tell me solution, please
same bro any solution
delete all the records in the db and login in your app afresh to do away with the null pointer exception
I need guidence in booking app development ,can you please help by tutorial or some live session?
Sir , in my app search icon does not search any things, Although my entire is right as you teach us.
And in my database showing null at the phone number field
delete all the records in the db and login in your app afresh to do away with the null pointer exception
bro when the next video is comming
Sir can you explain how to save spinner data in firebase realtime storage. Please sir make a video please sir
sir please make a video on how to make Chatgpt by using jetpack compose .
Because new update of android studio support jetpack compose framework
Soon
sir user is not created after 11 step
Bro upload next vedio
Bro ager asia e krna tha to itna time waste k Keya . search mi kuch v ni attac
Same same
Easy Tuto doesn't listen to their TH-cam comments.
Yeah, You are right.
TH-cam doesn't provide the listen option.
I can only read the comments.😁
You can heart, like or reply the comments.
Okay
@@EasyTuto1Sir in this video I have created recycler view but whenever I am searching it is showing first blank screen for 2 seconds and redirect to main activity pls tell solution make a video on it many people are getting this problem pls 😢😢😢😭
I had no issues up to this point. But the Timestamp.now() part in LoginUsernameActivity is causing an error:
error: incompatible types: com.google.firebase.Timestamp cannot be converted to java.sql.Timestamp
userModel = new UserModel(phoneNumber, username, Timestamp.now(), FirebaseUtil.currentUserId());
^
It suggests creating a constructor, but when I do that, it gets the Firebase ID and the users are not displayed."
HELP PLS :(
Its clear.
One place you are importing Timestamp from firebase package one from sql package
You need to have same Timestamp class imported everywhere its used.
nice work man, can you pls help me ? now the implementations look like this
implementation(libs.firebase.auth)
implementation(libs.firebase.firestore)
how can i implement firebaseUIFirestore ?
You can implement with implementation("-------dependency here---")
It will work and within android studio you just hover the warning and can convert it to version catalog.
@@EasyTuto1 thanks broo
Hey in search user activity
I pass the key "phone" instead of "username"
But whenever I search the number I have to given +91 with number
Then the user come in the list
If there is any way to search user without +91
Hey in search user activity
I pass the key "phone" instead of "username"
But whenever I search the number I have to given +91 at first then number
If there is any way to search user without +91
Hey in search user activity
I pass the key "phone" instead of "username"
But whenever I search the number I have to given +91 with number
Then the user come in the list
If there is any way to search user without +91
Hey in search user activity
I pass the key "phone" instead of "username"
But whenever I search the number I have to given +91 with number
Then the user come in the list
If there is any way to search user without +91
Hey in search user activity
I pass the key "phone" instead of "username"
But whenever I search the number I have to given +91 with number
Then the user come in the list
If there is any way to search user without +91
Hey in search user activity
I pass the key "phone" instead of "username"
But whenever I search the number I have to given +91 with number
Then the user come in the list
If there is any way to search user without +91