Push Notifications On Bedrive
This guide provides a step-by-step guide for enabling automatic push notifications from BeDrive site to mobile apps for some events (for example, workspace invitations).
Downloading service account key
- If you don't have a firebase account already, register for one here and create a new project.
- With project created, open project settings page:

- Select Service Accounts and click Create service account.

- After service account is created, click Generate new private key and download the key file.

Storing key file on the server
- Rename the key file you've downloaded earlier to credentials.json
- Store this file in
storage/app/firebase
folder on your server where BeDrive is installed.