Answers for "what is the difference between json file and firebaserc file"

2

firebase only hosting command

firebase deploy --only hosting
Posted by: Guest on December-22-2020
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 "what is the difference between json file and firebaserc file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language