I have done everything with FCM console for push notification and its working fine. I am also getting push notifications on device but according my need I create project programmatically using java code so is there any API for that or we have to done this manually?
Asked
Active
Viewed 223 times
1 Answers
1
There is currently no public API to create Firebase projects. As the tools/CLI says, you'll have to create them in the Firebase Console.
You can refer to this link : Is possible create new firebase project by API?

Abubakker Moallim
- 1,610
- 10
- 20
-
thanks! this is the proper answer of my question. – aj0822ArpitJoshi Dec 19 '17 at 09:54
-
Your welcome always – Abubakker Moallim Dec 19 '17 at 09:55