I build app include firebase notification,
it work correctly, and receive notifications even the app is off or sleep.
I need to walk up or resume or run the app automatically to from the notification procedures, how?
The reason to is to run display, and run every things of the app after the mobile received the notification.
thanks on advance.
As you receive the message in a service, you can do some stuff in it. Starting an Activity is possible but a bad behaviour (screen is locked, etc.). You should throw additional notifications to show user action is needed (good and recommended behaviour)