Install Firebase terminal application npm install -g firebase-tools
npm install -g firebase-tools
Init Firebase cloud function - firebase init
firebase init
Deploy Firebase cloud function - firebase deploy
firebase deploy
Test Firebase could function - firebase emulators:start
firebase emulators:start
Last updated 3 years ago