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...

Комментарии • 26

  • @creationtechz7408
    @creationtechz7408 2 года назад +1

    How can i add username and password to upload image only by authenticated user but display to everyone.

  • @BitNbit
    @BitNbit Год назад

    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

  • @siyovushdodojanov9344
    @siyovushdodojanov9344 Год назад

    Thank you again

  • @8nawaf
    @8nawaf Год назад

    Thank you so much

  • @quickcricket9375
    @quickcricket9375 Год назад +1

    Hello sir why you are using data["pic"] at the 26:02 time

    • @clipesdomrtonymat
      @clipesdomrtonymat Год назад

      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

  • @hieuahoang7556
    @hieuahoang7556 2 года назад

    great, thanks

  • @alicezuberg3233
    @alicezuberg3233 2 года назад

    sir can you do that in realtime database? badly needed it

  • @nwcoder
    @nwcoder Год назад

    Sir this video you can upload java language...
    It's my humble request

    • @codingstuff070
      @codingstuff070  Год назад

      ruclips.net/video/9-oa4OS7lUQ/видео.html

  • @Selfmotivation328
    @Selfmotivation328 2 месяца назад

    youtube itna bekar ho raha hai ki 4 min me 6 ads deta hai ab

  • @Mark-yy8vb
    @Mark-yy8vb Год назад

    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

    • @Mark-yy8vb
      @Mark-yy8vb Год назад

      Help me pls

    • @Mark-yy8vb
      @Mark-yy8vb Год назад

      what could be the problem

    • @Mark-yy8vb
      @Mark-yy8vb Год назад +1

      I think the problem is in the bottomnavigation

    • @codingstuff070
      @codingstuff070  Год назад

      Just add list.clear when u get data from firebase so old list will be cleared and new data can be added

    • @Mark-yy8vb
      @Mark-yy8vb Год назад

      @@codingstuff070 override fun onDestroyView(){ firebaseFirestore.collection("images")
      .get().addOnSuccessListener {
      for(i in it)
      {
      mList.remove(i.data["pic"].toString())
      }
      }

  • @Funnyvideo14322
    @Funnyvideo14322 2 года назад

    instagram pr reply nhi kiya sir aapne

    • @codingstuff070
      @codingstuff070  2 года назад +1

      Bolo

    • @Funnyvideo14322
      @Funnyvideo14322 2 года назад

      @@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.

    • @codingstuff070
      @codingstuff070  2 года назад

      Try this ->
      stackoverflow.com/questions/45279479/error-could-not-parse-the-android-application-modules-gradle-config

    • @Funnyvideo14322
      @Funnyvideo14322 2 года назад

      @@codingstuff070 okay thank u