Skip to content

Instantly share code, notes, and snippets.

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