Backend Services built to support Vanilla Status Mobile App.
- Current Status: Development
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Visit https://firebase.google.com/ and create a free account.
- Create a new project
- Create an app if one is not created
- Click on the cog in the top left
- Select
Project Settings
- Select
Cloud Messaging
- Copy the
Server key
- Create & Add Server key to
~/.fcm/creds.json
(Structure Below) - Done!
creds.json structure
{
"key": "Server Key"
}
npm install
npm start
Full contribution guidelines listed in CONTRIBUTING.md
Please submit all bug reports through the repository's Issue Tracker and they will be tagged and prioritized.
List of features where help is desired.
Push Notifications - Topic Driven Realm status notificationsa4c222eRealm Status Api (Lambda Driven)#1Driven Realm Stats Api (Lambda Driven)#2Be Less Volatile (Persist Data - File or DB)#1- ¯\_(ツ)_/¯
We use SemVer for versioning.
- emmoistner - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details