I am trying to setup Firebase cloud messaging in my app. I created the project in Firebase console(I created a new project and did not import a previously created gcm project). I was able to successfully setup the project and have it running in app and receive sample notifications from notifications tab in firebase console.
While trying to send data messages via API https://fcm.googleapis.com/fcm/send, I am getting unauthorized (401) response. Turns out I used the web key available in google-services.json, I need to use the server key from the cloud messaging tab mentioned in post (Firebase 401 unauthorized error FCM).
I am unable to see the cloud tab in the project settings.
how can I enable the cloud tab for my project and why cant I see the clouds tab under project settings in firebase console?
Thanks, P