Push Notification Making Me a error

* What went wrong:
Execution failed for task ':app:processDebugGoogleServices'.
> File google-services.json is missing. The Google Services Plugin cannot function without it. 
   Searched Location: 
  /Users/karthikdhayakar/panarome/platforms/android/app/src/debug/google-services.json
  /Users/karthikdhayakar/panarome/platforms/android/app/google-services.json

Showing error while running the application
but I added platforms/android/google-services.json.

may now why this error is occuring.

You have missed your google-service.json file, please follow this article https://codesundar.com/ionic-firebase-push-notification/

Thanks for your reply @gspriyanka
Actually error in my Cordova (8.0.0).So I downgrade my Cordova to 6.3.0 it works for me.

1 Like