1

Is there is any API, which I can use to create a new project. I tried hard to find the google API but couldn't get any. Also I tired GCM (google cloud messaging) but that too redirect to Firebase and the Firebase forcing me to create a project manually.

In my scenario I have more than 1000 APK I need to integrate with the Firebase and it's likely a not good idea do manually and also it gonna take my more resource.

AL.
  • 36,815
  • 10
  • 142
  • 281
bashIt
  • 1,006
  • 1
  • 10
  • 26
  • 1
    Please, check this question and its answer: http://stackoverflow.com/questions/37797334/is-possible-create-new-firebase-project-by-api – David Corral Feb 01 '17 at 10:25

1 Answers1

0

Update: See Firebase Management API

Unfortunately, there is no API available that creates Firebase Projects.

A Firebase Project is required when using GCM/FCM, since it is only through the Firebase Console, will you get the Server Key which is needed for Authorization.

AL.
  • 36,815
  • 10
  • 142
  • 281