21

I was using one google project for GCM service previously. Now I need to enable firebase under the same project, However when I went into the account to update the config. It is not showing the Android apps which I was using previously. There 2 to 3 apps I was using, now those are not appearing in google console. Strange thing is that project is still working I can get the registration token as well for push notification but I can not see the project in developer console. Anyone faced the issue? Kindly help

faiziii
  • 371
  • 4
  • 11

1 Answers1

61

For anyone facing the same problem as I faced (and the project didn't get deleted for any reason as in faizii case).

You just need to enable the project on Google Cloud Console through the following steps:

1) Go to Google Cloud Console and select your project.

2) From the "Navigation Menu" Select "APIs & Services" then select "Library".

step 1

3) Go to the Mobile section and select Google Play Android Developer API.

step 2

Or in Search box type Google Play Android Developer API as shown.

step 3

4) Click the "Enable" button, to enable the project in Google Play Console.

step 4

5) Go to API access by navigating to Google Play Console -> Settings -> Developer Account then you should see the project listed.

step 5

6) After that, you can click on the "Link" project button to connect the project to the Google Play Console. Then you can use the API Access as you want.

Rofaeil Ashaiaa
  • 663
  • 5
  • 9