a react native app with firebase notifications
The steps
- Retrieve the firebase messaging token for the app: you will send a notification using it
- Listener to an incoming notification
- Display the notification
- Listen to the displayed notification(if the user clicks on it, maybe do something)