Upload image to firebase storage | startActivityForResult deprecated solved | Android Studio

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

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

  • @AbhayKumar-gd3zt
    @AbhayKumar-gd3zt 2 года назад

    Thanks man you saved me i was stuck and i see i didn't store the result in uri and it worked thanks!

  • @gulshanmundri527
    @gulshanmundri527 3 года назад

    lots of thanks I am searching here and there but I didn't get any solution but u are great .....

    • @CodewithLove
      @CodewithLove  3 года назад

      Thanks a lot brother, your support means a lot to me... Keep supporting brother!

  • @pratikdeore7427
    @pratikdeore7427 3 года назад

    thanks for the video, this is very useful, i was very confused with new method activityResultLauncher,
    now confusion cleared

    • @CodewithLove
      @CodewithLove  3 года назад +1

      Thank you ❤️
      Keep supporting us...😊😊

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

    Thanks it helps me lot

  • @devilwolf1344
    @devilwolf1344 3 года назад

    Nice 👍 it was helpful please create more videos on android app development

    • @CodewithLove
      @CodewithLove  3 года назад +1

      Sure brother ❤️
      Keep supporting...

  • @mayank_pandey
    @mayank_pandey 3 года назад

    very good bro it helped me lot

  • @roopaskalled5087
    @roopaskalled5087 3 года назад

    Thank you.
    This video is very helpful.
    It would be great if u add voice to it.(jst sml suggestion).

    • @CodewithLove
      @CodewithLove  3 года назад

      Thank u very much for ur valuable suggestion...
      I'll definitely add voice to my videos that's the reason I'm currently not uploading videos...
      I'll b doing many big projects very soon with voice so stay tuned nd keep supporting...

    • @CSSachinSasane
      @CSSachinSasane 3 года назад

      @@CodewithLove waiting for ur projects bro

  • @sohampatel227
    @sohampatel227 3 года назад

    thanks helped a lot, i was looking how to work with depreceated one.

    • @CodewithLove
      @CodewithLove  3 года назад

      You're welcome... Keep supporting ❤️

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

    Hello Bro,
    You are really awesome !!
    It worked out.
    However can you plz tell how can I keep the same image on my App after uploading to firebase?
    The image disappears if I go to prev page.
    Your help on this would really be appreiciable.

  • @IbnNur
    @IbnNur 3 года назад

    Thank You man, You helped me a lot

    • @CodewithLove
      @CodewithLove  3 года назад

      Welcome bro ❤️
      Keep supporting us...😊

  • @sambhav.indora
    @sambhav.indora 3 года назад +1

    thanx bro for ur help

    • @CodewithLove
      @CodewithLove  3 года назад +1

      Welcome bro, keep supporting us!

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

    thanks bro

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

    Thank you sir !
    Please upload video on forgot password From Firebase Real-time database.

  • @solution-infotech
    @solution-infotech 3 года назад

    Hello brother how r u u create very infomative tutorial easy to understand bro can you create user profile with image using firebase storage and how to retrieve data from firebase for edit propose

  • @TomBh6
    @TomBh6 3 года назад

    Hello,
    on minute 9:50
    you said that we can use user auth id instead of UUID if I use FirebaseAUTH, can you write the code please, because when I use the UUID I get error of "Declaration not allowed here". Thank yo

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

    It works, Thank you :)

  • @ayushichoubey4308
    @ayushichoubey4308 3 года назад

    Thanks alot.

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

    Bro is it possible to upload a file at specific path by storing it in a string variable like
    String path = "/storage/emulated/0/myapp/sample.jpg";
    Then can I upload that file to firebase is it possible please reply

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

      U mean specific location in firebase or in device..?

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

      @@CodewithLove in device but I got it thanks for the reply

  • @abah_aini
    @abah_aini 3 года назад

    Thanks..

  • @jideopadokun3760
    @jideopadokun3760 3 года назад

    thanks of this video i

  • @freeyow4405
    @freeyow4405 3 года назад

    thanks alot
    can you help me show the photos inside a gridviewLayout which has recycler view as the parent layout

    • @CodewithLove
      @CodewithLove  3 года назад

      Ofcourse sir....
      Just after few days because I have my exms going on now...

  • @CSSachinSasane
    @CSSachinSasane 3 года назад +1

    I want to take that gallery image in next activity?....? 🥺

  • @mohammadaliahmadi7198
    @mohammadaliahmadi7198 3 года назад

    I am creating project but I have problem on onStartActivityForResult what function we instead of this function sir

    • @CodewithLove
      @CodewithLove  3 года назад

      Wt r u trying to do actually...?

  • @rahmoo1
    @rahmoo1 3 года назад

    Will this give error on latest API if runtime permission not added?

    • @CodewithLove
      @CodewithLove  3 года назад

      No, I think it should not give any errors..

  • @itsarishastic4655
    @itsarishastic4655 3 года назад

    Thanks a lot!
    Plz tell me how can i use user uid generated from firebase auth in place of randomuuid

    • @CodewithLove
      @CodewithLove  3 года назад +2

      It's simple, first take declare nd take instance of firebase auth as shown below..
      FirebaseAuth auth = FirebaseAuth.getInstance();
      Next at the place of UUID, replace it with auth.getCurrentUser().getUid()

    • @manjitsharma889
      @manjitsharma889 3 года назад +1

      @@CodewithLove thanks, it worked

    • @CodewithLove
      @CodewithLove  3 года назад +1

      @@manjitsharma889 happy to hear that...❤️

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

    adamsın

  • @snehagupta1893
    @snehagupta1893 3 года назад

    please give us source code meri app crash ho rhi hai