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

https://github.com/emrd/nodejs-firebase-remote-config


https://github.com/emrd/nodejs-firebase-remote-config

Last synced: 20 days ago
JSON representation

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