Answers for "firebase deploy with token"

0

firebase deploy with token

# first get token
firebase login:ci
# deploy with token where $FIREBASE_TOKEN is your token
firebase deploy --token $FIREBASE_TOKEN --non-interactive
Posted by: Guest on December-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language