I am trying to implement push notifications in my mobile game (Android & iOS).
I have added the FirebaseCloudMessaging extension and the GooglePlayServicesExtension to my project:
github.com
github.com
When I tried to build Android I got this error:
I found...
Android build issue with Firebase Cloud Messaging extension on OSX
I have added the FirebaseCloudMessaging extension and the GooglePlayServicesExtension to my project:
GitHub - YoYoGames/GMEXT-Firebase: Repository for GameMaker's Firebase Extension
Repository for GameMaker's Firebase Extension. Contribute to YoYoGames/GMEXT-Firebase development by creating an account on GitHub.

GitHub - YoYoGames/GMEXT-GooglePlayServices: Repository for GameMaker's GooglePlayServices Extension
Repository for GameMaker's GooglePlayServices Extension - YoYoGames/GMEXT-GooglePlayServices

When I tried to build Android I got this error:
File google-services.json is missing. The Google Services Plugin cannot function without it.
I found...
Android build issue with Firebase Cloud Messaging extension on OSX