How to get URL from Firebase Storage getDownloadURL

后端 未结 10 1993
小蘑菇
小蘑菇 2020-11-21 04:54

I\'m trying to get the \"long term persistent download link\" to files in our Firebase storage bucket. I\'ve changed the permissions of this to

service fireb         


        
10条回答
  •  盖世英雄少女心
    2020-11-21 05:48

    The getDownloadUrl method was removed in firebase versions greater than 11.0.5 I recommend using version 11.0.2 that still uses this method.

提交回复
热议问题