upload-flle-to-firebase
v1.0.5
Published
It allows you to upload file to firebase with cmd tool.
Readme
This package expose the commadn uploadf <filePath> which uploads file to firebase.
Add Your bucket url: FIREBASE_UPLOAD_BUCKET="gs://your-project.appspot.com"
you may add it to .bashrc
export FIREBASE_UPLOAD_BUCKET="gs://your-project.appspot.com"
either place your service account at "~/.uploadf/serviceAccountKey.json"
or
provide FIREBASE_UPLOAD_SERVICE_ACCOUNT_PATH environment variable with path
