Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This tutorial will guide you step by step to enable push notifications for new messages on phpFox Mobile apps

Requirements:

- Mobile API 4.2.1 or newer

Configure Firebase Send ID 

  1. Go to AdminCP > Apps > Installed > Mobile API > Settings

  2. Configure Firebase Sender ID setting with the server Sender Id of your Firebase project. You can get the sender id by going to Firebase App console, then go to Project Settings > Cloud Messaging

In case IM server set up on your self-hosting

Open ssh and go to Apps/core-im/server, run the following command to update dependencies.

npm install

Edit Apps/core-im/server/config.js file and add a new config with configured values of [server_key] and [sender_id]

firebase: {serverKey: "[server_key]", senderId: "[sender_id]"}


Restart index.js with the command: 

forever restartall
  • No labels