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.
- Host: GitHub
- URL: https://github.com/andrebraghini/firebase-triggers-sample
- Owner: andrebraghini
- Created: 2020-11-15T14:42:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T19:43:59.000Z (about 3 years ago)
- Last Synced: 2025-02-25T03:26:34.326Z (over 1 year ago)
- Language: TypeScript
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```