Where do I find "bucket" details for Firebase setup? -


for configuring firebase connection need include bucket details.

storagebucket: "<bucket>.appspot.com", 

where find this?

you can find bucket id in storage panel of project's firebase console:

storage panel of firebase console

it's value starting gs://.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -