Create Firebase Account
https://console.firebase.google.com
Create Database on Firebase
var config = { databaseURL: "", type: "", project_id: "", private_key_id: "", private_key: "", client_email: "", auth_uri: "", token_uri: "", auth_provider_x509_cert_url: "", client_x509_cert_url: "" }
Change config with your config.json file in firebase, you can find it on
Settings > Service Account > Create New Key
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.