Firebase storage - upload to imported bucket (android application) -
i build android application using firebase storage store image, can store image default bucket. , want store them bucket imported google cloud platform.
i tried put bucket folder link using same method store default bucket error.
what did changed link gs://project-name.appspot.com/ gs://bucket-name/
this error message :
caused by: java.lang.illegalargumentexception: supplied bucketname not available project.
how can solve this?
Comments
Post a Comment