Reputation: 161
What is the best way to move files stored via the Firebase Storage Emulator up to Firebase Cloud Storage?
Upvotes: 0
Views: 144
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