3

I'm using the right google-services.json file but unable to receive notifications. It was working fine before. I tried with Postman but it says mismatchSenderID. I checked and verified each and everything is correct but still not receiving Push Notification. Any help will be appreciated.

Mehtab Ahmed
  • 499
  • 3
  • 16

1 Answers1

3

I faced same issue what worked for me is: - Delete build folder from app directory - Clean project - Restart Android Studio - Rebuild project - Uninstall app from device - Run

Hope this will work for you too if everything else is fine because sometimes due to down internet or some other issue project may not build properly. ;)

Naseer Attari
  • 659
  • 6
  • 18