When the app is opened, 19 | FCM will display a push notification in the foreground. When closed, it will send the notification to the native 20 | device (or browser via the service worker). First, you must get permission from the device. 21 |
22 | 23 |
24 | Token:
25 |
Second, subscribe the user to 38 | discount notifications using Callable Firebase Cloud Functions
39 | 40 |Third, we create a new random discount document in Firestore, triggering the notifcation to be broadcast to all 52 | subscribers to this topic. Give it up to 10 seconds to broadcast. Close the app to see it in the background.
53 |Lastly, give your user a way to unsubscribe from this topic.
64 |20 | {{ prop.key }}: {{ prop.value }} 21 |
22 |6 | The Ionic Master Course demo app explores the possibilites in Ionic 4. 7 |
8 |Each feature and concept is backed by a video tutorial and source code.
15 |22 | Build and deploy your own app to the web, Apple App Store, and Google Play 23 |
24 | 25 |