Tiledesk uses Chat21 as messaging platform. Refer to Architecture overview to undestand the product's modules. In detail the tiledesk-server component uses Chat21 channel for sending chat messages, creating groups, etc.
So in order to correctly configure your Tiledesk installation you MUST configure the following properties:
FIREBASE_PRIVATE_KEY. You can get it here. It is in the form: -----BEGIN PRIVATE KEY-----\ABCD78261TGV...HGAGBA82727\n-----END PRIVATE KEY-----\n. More info about firebase private key here.
FIREBASE_CLIENT_EMAIL. You can get it here. It is in the form: firebase-adminsdk-******@************.iam.gserviceaccount.com
FIREBASE_AUTHDOMAIN. Get it here. It is in the form: CHANGEIT.firebaseapp.com
FIREBASE_DATABASEURL. Get it here. It is in the form: https://CHANGEIT.firebaseio.com
FIREBASE_STORAGEBUCKET. You can find it here. It is in the form: CHANGEIT.appspot.com
FIREBASE_MESSAGINGSENDERID. Get it here. A unique numerical value created when you create your Firebase project, available in the Cloud Messaging tab of the Firebase console Settings pane.
CHAT21_ENABLED. Enable Chat21 channel with true value.