https://github.com/emrd/nodejs-firebase-remote-config
https://github.com/emrd/nodejs-firebase-remote-config
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/nodejs-firebase-remote-config
- Owner: EmrD
- Created: 2024-10-26T19:54:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T11:34:48.000Z (over 1 year ago)
- Last Synced: 2025-01-02T20:44:28.864Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS Firebase Remote Config Example
This is a simple API sample in Node.js with express.js based on Firebase Remote Config.
## Getting Started
1 - Create a project in Firebase.
2 - Add your web config to Firebase.
3 - Create Remote Config template and add some values.
4 - Run ```npm i``` to install the dependencies.
5 - Login to Firebase with the CLI.
6 - Configure your project ID in ```index.js``` file.
7 - To run server, run:
```sh
npm run dev
```