Upload and Retrieve Images ( Firebase Storage And URL to Cloud Firestore ) 2022 - (Image Uploader)
HTML-код
- Опубликовано: 27 ноя 2024
- In this video, we will learn how to upload images to firebase storage and their URLs to firebase cloud firestore, and then we will also retrieve the images into the recycler view.
Source Code - github.com/Cod...
Follow me on Instagram - ...
To Watch the Complete Instag Blog App Tutorial - • Instag Blog App ( Fire...
How can i add username and password to upload image only by authenticated user but display to everyone.
hello, could you do it with details and title? I've noticed that a vertical photo is fine but a horizontal one causes the app to close, let me know if you'll do anything about this! thank you
Thank you again
Thank you so much
Hello sir why you are using data["pic"] at the 26:02 time
creating a hashMap to reference the image link in the firestore. If you dont know how to use the Firebase Firestore see some tutorials to help you
great, thanks
sir can you do that in realtime database? badly needed it
Sir this video you can upload java language...
It's my humble request
ruclips.net/video/9-oa4OS7lUQ/видео.html
youtube itna bekar ho raha hai ki 4 min me 6 ads deta hai ab
I have a problem, I did everything as in the video. if I switch to another *activity* and back, then I will have duplication of all images
Help me pls
what could be the problem
I think the problem is in the bottomnavigation
Just add list.clear when u get data from firebase so old list will be cleared and new data can be added
@@codingstuff070 override fun onDestroyView(){ firebaseFirestore.collection("images")
.get().addOnSuccessListener {
for(i in it)
{
mList.remove(i.data["pic"].toString())
}
}
instagram pr reply nhi kiya sir aapne
Bolo
@@codingstuff070 everything is well till now with your tutorials but in upload and retrieve images(image uploader) when i try to connect with cloud firebase, it is showing "could not parse the android application modules gradles config. resolve gradle build issues. what will be solution of this error. i had tried all things like update version etc.
Try this ->
stackoverflow.com/questions/45279479/error-could-not-parse-the-android-application-modules-gradle-config
@@codingstuff070 okay thank u