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

  1. If you don't have a firebase account already, register for one here and create a new project.
  2. With project created, open project settings page:
  3. Select Service Accounts and click Create service account.
  4. After service account is created, click Generate new private key and download the key file.

Storing key file on the server

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