I’m trying to setup the Push Notifications service in a Unity Android project.
I have to fill in some values in the Project Settings => Services => Push Notifications.
I have found the Sender ID, Application ID and Project ID in the Firebase console, but I can’t find the API Key.
If I try to run it without the API Key, I get an exception:
“Exception: UGS Push Notifications is missing Android settings - make sure these are set in the editor Project Settings”.
Thanks for taking the time to answer.
For some reason, my WEB API Key has this greyed-out value: No Web API Key for this project.
I have followed the instructions from here: https://docs.unity.com/push-notifications/Integration.html
and there is no mention of creating a Web API Key.