You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firebase Product: Admin SDK Project Management API
Problem
In Project Management API in the Admin SDK, creating an Android App through createAndroidApp does not create the corresponding OAuth 2.0 client id in Google Cloud platform.
This behavior is different when I create a new Android app in the Firebase console, where it creates an OAuth 2.0 client id automatically (The client id is named suffixed by '(auto created by Google Service)').
The text was updated successfully, but these errors were encountered:
Hi @muclipse, in order to provision an OAuth client for your Android app, we need you to specify a SHA certificate to be used. We don't support doing that during Android app creation in the REST API or Admin SDK, but you can call addShaCertificate to do so after app creation. That will result in an OAuth client being provisioned for your app.
Problem
In Project Management API in the Admin SDK, creating an Android App through createAndroidApp does not create the corresponding OAuth 2.0 client id in Google Cloud platform.
This behavior is different when I create a new Android app in the Firebase console, where it creates an OAuth 2.0 client id automatically (The client id is named suffixed by '(auto created by Google Service)').
The text was updated successfully, but these errors were encountered: