Reputation: 4314
I still using Eclipse for development. I used to use GCM for push notification and just realised that Google introduced FCM while ago. I have problem to setup FCM jar files on Eclipse. Tried to use Google's Youtube video on Github to import libraries but still have problem with that and I prefer to get back to GCM if it is still available. I searched but didn't find the GCM Console anymore. Just wonder if anyone know what can I do ??
Upvotes: 0
Views: 542
Reputation: 2198
Turns out that you can still use google-console.
Go to this link to create a new project or see projectId
of available projects: https://console.developers.google.com/iam-admin/
Then you can add credentials
for this project or you can go to this link to see availabe projects and their credentials: https://console.developers.google.com/apis/credentials/
You will see something similar to below image. In yellow box you can choose your project name. You can create a new credential by choosing the blue box.
Also note that you can choose your key to be unrestricted which gives you the liberty to use it in different applications, or you can restrict it to be more secure.
Upvotes: 2
Reputation: 16221
I don't believe you can create new projects with GCM.
I recently setup an app with push notifications but I was unable to use GCM
and had to create a new Firebase
project to be able to use FCM
Upvotes: 1