Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

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


Restart index.js with the command: 

...