📄️ Push Notifications Setup
The app is using Google Cloud Messaging (within Firebase) to send push notifications to both iOS and Android devices.
📄️ Push Notifications on Android
Enabling push notifications on Android is pretty straightforward. All you need to do is replace the Server Key of the notificationManager with your own key.
📄️ Push Notifications on iOS
Setting up push notifications on iOS is slightly more difficult, since you need to properly configure your own secure certificates with Apple’s servers (APNs).