You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
I am trying to implement dev & prod instances of Firebase. Is there any way to migrate Firebase Storage from one project to another? (i.e. The realtime database has export/import options) Any help would be greatly appreciated. Thanks!
Mike Mcdonald
unread,
Sep 21, 2016, 11:56:44 AM9/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
Since all your files are stored in a Google Cloud Storage bucket, all you need to do is migrate those files from one bucket to the other. GCS has provided a few ways of doing this:
GCS Transfer Service, which will automatically perform this migration from one GCS bucket to another. You can even schedule periodic transfers if users are still using the old bucket.
Thanks,
--Mike
Taylor Keenan
unread,
Sep 21, 2016, 2:06:55 PM9/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
That's exactly what I was looking for, thanks Mike! I actually didn't think to look into the GCS documentation - seems kind of obvious now. :)
Mike Mcdonald
unread,
Sep 22, 2016, 11:26:08 AM9/22/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
We're working on publishing a "Integrating Firebase Storage with Google Cloud Platform" section of the docs, which will detail our relationship, since we know it's not an obvious first look :)