-2

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
aj0822ArpitJoshi
  • 1,142
  • 1
  • 9
  • 25

1 Answers1

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