firebase deploy with token

C++
# first get token
firebase login:ci
# deploy with token where $FIREBASE_TOKEN is your token
firebase deploy --token $FIREBASE_TOKEN --non-interactive
Source

Also in C++: