I need to automate the process of registering projects in firebase and adding android and ios apps to the projects (and getting their their server-key and sender-id). Is there a way to do that progrommatically, using API or CLI?
Asked
Active
Viewed 129 times
1
-
Create projects is possible through the API, but adding apps is not (afaik). – Frank van Puffelen Oct 11 '22 at 13:58
-
Can you please share the link? – Магомед Якубов Oct 19 '22 at 05:15
-
https://firebase.google.com/docs/projects/api/reference/rest/ (also the first link in the top answer to the first question I linked) – Frank van Puffelen Oct 19 '22 at 11:22