Hey all, We are using Firebase in our project and when the app is already running, we can intercept the push by overriding the onMessageReceived(), that's all good. Is there any way to intercept them when the app is not running? Looking at the docs, it doesn't look like it for a Notification. I saw […]