DreamBigAlvin
DreamBigAlvin

Reputation: 894

Firebase Cloud Messaging server key not displaying at Console

My server key is not displaying at my firebase Console. What configuration should I do?

Here Is the Console

Upvotes: 0

Views: 696

Answers (1)

Arthur Thompson
Arthur Thompson

Reputation: 9225

This is a known issue and is being addressed. Usually you would get into this state when the API key automatically generated by the creation of the Firebase project is deleted from the Google Developer console. The Firebase console UI currently only shows the automatically generated server API key, and nothing if that key is deleted.

You can still use any valid server API key in the corresponding Google Developer project. So go to the Google Developer console and use one of the Server API keys there or create one if it does not exist.

Upvotes: 1

Related Questions