I am using cordova-plugin-fcm. I have followed the installation instruction:
- install plugin
- add the
google-services.json
to my root folder
I wanted to test it through their testing server, but I get the error:
ERROR: invalid api key
The key I inserted was the one from the file google-service.json
in the entry:
"api_key": [{"current_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}]
How can I do the testing properly?