katyusha
katyusha

Reputation: 161

Upload Blob(s) from Firebase Storage Emulator to Firebase Cloud Storage

What is the best way to move files stored via the Firebase Storage Emulator up to Firebase Cloud Storage?

Upvotes: 0

Views: 144

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 599876

There's no specific tool for this. You can either use the Firebase Storage SDK, one of the Google Cloud SDKs for Cloud Storage, or a command-line utility like gsutil cp.

Upvotes: 2

Related Questions