0
votes

I have a google cloud account with one storage bucket. I just opened a firebase project which has a storage bucket included. I would like to move the data from my original bucket to my new FireBase bucket.

1
Use gsutil to copy files to and from buckets. - Doug Stevenson
I tried that, but had the syntax wrong - my bad! Thanks. - user2429448

1 Answers

0
votes

Thanks Doug! Use gsutil to copy files to and from buckets. – Doug Stevenson