- install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
- install node (current firebase runtime is 12)
nvm install 12
- install firebase-cli
npm install -g firebase-tools
- login to firebase
firebase login
- init functions
firebase init functions
Created
June 22, 2021 07:15
-
-
Save adsee42/1a4a0cf75f209b4d2758fdda98774748 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment