Hi. In the update section you made, only one key is changing the value. How can we change the Update value by searching by name? More precisely, how can we get the name value? thanks in advance
7:29 what is this "v->" inside the parameters of setOnClickListenerMethod? I've seen this syntax in other codes and in kotlin but I dont know what it means
Very useful video dude! A question, is there a way for us to select or know the specific key on the database without copying or looking directly at the firebase realtime database? Thank you.
wonderful video. so easy to understand. everything works as it should except for the onFailureListener. the error message doesnt show even with no internet. can you please help with the Toast message in the onfailureListener part. Thanks a lot
Hi, i did all of these exactly the same as in the video, but when i run there is nothing happening, the data is not inserted to firebase realtime database, there is no toast message triggered by onsuccess or onfailure, there is nothing, i even add access to use internet to the app, i still don't know why, can you help me?
@@CamboTutorial I did, on Project Folder > App right? like in the video 2:26 , but still no response at all, i found no answer too from all stackoverflow about my problem, i really need your help
@@CamboTutorial just now that i install my app on my phone and it work, 2 days i'm trying to figure this out and it actually work but not on the emulator🥲, atleats it work in phone
@@CamboTutorial I am facing the same issue... I have added the onClick listener on the button and also the onSuccessListener and the onFailureListener but it does not seem to perform any action. :O
i have a problem where the realtime database use URL instead of project id. So, the child does not appear in the realtime database. So, what should i do?
Anyone else having an issue with displaying the data in the firebase console? My data is not showing up there but I am still able to get it through firebase. I have no idea what is going on or if I am doing something wrong
@@CamboTutorial thanks for reply. My mean I just want if in play store app new update available then I want to show dialog with not cancelable dialog with firebase realtime database to my app all user fastly update .and never use my old version app .understand bro ? Thanks for your time if you understand just reply me!
I have a problem in firebase the activity that I created is connected in firebase but the information that I put in register activity not saving in real time database
Saw thousands of super complicated tutorials until I stumbled in yours. amazing tutorial!
dhanyvad bhaiyaji
Thank you, subscribe I will update for 2023
@@CamboTutorialha bhaiyaji, mene ye pahla video dekka aur mere me kaam kar gya :)
it was really helpful for us. Thank you for such a brilliant and knowledgeable video
Thankyou so much respected sir a very easy, complete and understandable package for new programmers.
Thanks
Thanks mate, it was very helpful tutorial you really saved a lot of time!
Hi. In the update section you made, only one key is changing the value. How can we change the Update value by searching by name? More precisely, how can we get the name value? thanks in advance
Yes need this as well :)
Take good care of your health . Thanks a lot for Video
Thanks a lot mate! I love that kind of approaches, saved a lot of time. Thumbs Up!
Thorough, yet to the point and easily understandable
Where is source code ???
@@uzairalishah1080 He linked it in the description.
@@smoshabi where is source code?
Am only you liked and sub before finishing the tut😁.
7:29 what is this "v->" inside the parameters of setOnClickListenerMethod? I've seen this syntax in other codes and in kotlin but I dont know what it means
Lambda expression in Java 8
@@CamboTutorial thanks man! I'll look it up
Great job man this video helped me a lot.
Very useful video dude! A question, is there a way for us to select or know the specific key on the database without copying or looking directly at the firebase realtime database? Thank you.
The object return contain I'd which is getId()
@@CamboTutorial ohhh i see, thanks mate
Can you do login & register with different roles (user & admin)?
How to save the data in a already made table plz help
wonderful video. so easy to understand. everything works as it should except for the onFailureListener. the error message doesnt show even with no internet. can you please help with the Toast message in the onfailureListener part. Thanks a lot
Hi sir! How to retrieve video + thumbnail from real time database in android studio?
Hi, i did all of these exactly the same as in the video, but when i run there is nothing happening, the data is not inserted to firebase realtime database, there is no toast message triggered by onsuccess or onfailure, there is nothing, i even add access to use internet to the app, i still don't know why, can you help me?
Make sure add Google service Json correct directory
@@CamboTutorial I did, on Project Folder > App right? like in the video 2:26 , but still no response at all, i found no answer too from all stackoverflow about my problem, i really need your help
@@CamboTutorial just now that i install my app on my phone and it work, 2 days i'm trying to figure this out and it actually work but not on the emulator🥲, atleats it work in phone
@@j_pbp check internet available in emulator
@@CamboTutorial how? I open some apps that needs internet and it works fine, so I think it's fine?
So im trying to make this tracking app, i followed the instruction but my firebase wont capture my location in the realtime database
THank you very much.
can you do something "Google map tutorials on AndroidStudio".
The button didnt show anything when clicked. How to fix this?
You have to put an action with it
@@CamboTutorial I followed all of the tutorial. still doesnt work
@@CamboTutorial I am facing the same issue... I have added the onClick listener on the button and also the onSuccessListener and the onFailureListener but it does not seem to perform any action. :O
Its not work for me
i have a problem where the realtime database use URL instead of project id. So, the child does not appear in the realtime database. So, what should i do?
Removing data by push id and I don't know push id, how to find push id in programmatic don't open the firebase database. help me
Is it a bug due to the jcenter cancellation?
Bro am unable to use the DatabaseReference, I can’t even import it, please help me fix this, ve downloaded all repositories buh still
build.gradle.... dependencies
i done all on the code on the video but when im pressing the create account it doesnt do any thing even the error message doesnt show
For me the same isuue
Bad Tutorial he does not even say to add the INTERNET permission into the Manifest FIle
connect device to the internet. try using a physical device as well even tho a virtual one works fine
@@guidobertelli7337 what the really? need to add internet permission into manifest file
@@tsukkyhime yep
How can I upload an image not only sting??
Please create news app with admob full application please sir 💕
Please check my Playlist I have created for all formats
@@CamboTutorial ok 👍
Should've shown how to retrieve key without having to look up the key in the Firebase db :/
Anyone else having an issue with displaying the data in the firebase console? My data is not showing up there but I am still able to get it through firebase. I have no idea what is going on or if I am doing something wrong
I am more worse than you.
I even cannot set value to the Realtime database. It show nothing.
@@Edmodn mine too. Did you find a solution?
thanks bro....
Hi I followed the tutorial exactly and even that cannot connect to Firebase. Can you help me please
What's problem?
Great, friend. But, I have a problem. If I add firebase implementations, the running app closes as soon as I open it. How can I fix that problem?
check the error, so we can know the problem
I am beginner in android. I have the same issue, it looks like run time error and it doesn't show any error. Please help
Yes that does happen if you haven't added firebase classpath to your Gradle file
10:50
Muito bom este vídeo. Brasil, estado
thx a lottttt
Thanks
Your name like Cambodian 🇰🇭
Yes
how can you retrieve data from firebase?
can u do it with birthdate?
Bro please make a video for in app show app update dialog to update the application with firebase realtime database understand ?
Do you mean want to insert data as custom config in firebase database to force user update you application?
@@CamboTutorial thanks for reply.
My mean I just want if in play store app new update available then I want to show dialog with not cancelable dialog with firebase realtime database to my app all user fastly update .and never use my old version app .understand bro ?
Thanks for your time if you understand just reply me!
@@barangaming6782 Good but I recommend use in app update powered by play core API
@@CamboTutorial yes bro i know about play core but play core dialog is cancelable still i using play core but my app some user canceling
@@barangaming6782 I will consider that, because I gonna finish this this series first.
God.
I have a problem in firebase the activity that I created is connected in firebase but the information that I put in register activity not saving in real time database
add firebase auth sdk properly
hello thxz bit this comments out other code and doesnt work as all included code so thxz but doesnt jive for me in spite it works Lisa
Thankyou