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

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

recursion - Can every recursive algorithm be improved with dynamic programming? -