Sign in
chromium
/
web-workload
/
refs/heads/main
/
.
/
setup.sh
blob: fdfb408bcc257cf091a3b6292bbfb5a3ccfe4fe8 [
file
] [
log
] [
blame
] [
edit
]
#!/usr/bin/env bash
set
-
x
if
!
command
-
v firebase
2
>&
1
>/
dev
/
null
then
echo
"PLEASE INSTALL THE FIREBASE CLI"
;
echo
"https://firebase.google.com/docs/cli#install_the_firebase_cli"
exit
1
fi
echo
"FIREBASE AUTHENTICATE"
;
firebase login