App crashes after notifications are sent
Messaging service class is in the wrong location
How to check
Review your project's folder structure and AndroidManifest.xml to verify where the messaging service class is declared and where it actually lives.
How to fix
Move the messaging service file to the same directory as your MainActivity, then make sure the path declared in AndroidManifest.xml matches the file's new location.
Updated 6 months ago

