Getting Started
Installation
Install packages using this command in terminal
Authenticating with Firebase
To generate a private key file for your service account:
In the Firebase console, open Settings > Service Accounts.
Click Generate New Private Key, then confirm by clicking Generate Key.
Securely store the JSON file containing the key.
Rename the file to credential.json
credential.json
Getting the bot online
Type the following command in terminal
That's it your bot is now online!
Last updated