A sample repository to explore firebase-triggers library.
You need a Firebase account and, if you want to use the Firebase Emulator locally, you need to install the Java JDK.
# Clone the repository
git clone https://github.com/andrebraghini/firebase-triggers-sample
# Enter the folder
cd firebase-triggers-sample
# Install dependencies
npm install
# Install firebase-tools globally
npm install -g firebase-tools
# Initialize firebase project
firebase init
# Start local emulator
npm run serve