I'm sending a push notification from firebase console with a title and text to an Android app that is killed. The push notification is received well and onMessageReceived listener is not called as expected, but the main application is initialized, this is something that always will happen for some reason, or is initialized for something else that maybe I can avoid? Because I want to send a message to this app, but I don't want to initialize the Application class because many APIs are called there.
Thanks!
2.1m questions
2.1m answers
60 comments
57.0k users