Setup Push Notifications

Send push notification from your admin panel

The admin panel can sen push notification to Firebase or OneSignal

OneSignal

To configure OneSignal push notification, first regiser account and app in OneSignal. Then in "src/config/app.js" on the bottom you will find exports.pushSettings. There enter the oneSignal_REST_API_KEY and oneSignal_APP_KEY that you have form OneSignal. Done

Firebase Push

In "src/config/app.js" on the bottom you will find exports.pushSettings. There enter the Firebase_AuthorizationPushKey and pushTopic. For pushType enter firebase. Done