An open API service indexing awesome lists of open source software.

https://github.com/andrebraghini/firebase-triggers-sample

A sample repository to explore firebase-triggers library.
https://github.com/andrebraghini/firebase-triggers-sample

Last synced: 11 months ago
JSON representation

A sample repository to explore firebase-triggers library.

Awesome Lists containing this project

README

          

# firebase-triggers-sample

A sample repository to explore [firebase-triggers](https://www.npmjs.com/package/firebase-triggers) library.

## Requirements

You need a Firebase account and, if you want to use the Firebase Emulator locally, you need to install the [Java JDK](https://www.oracle.com/java/technologies/javase-downloads.html).

## Usage

```bash
# 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
```