Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating Android apps in projectManagement does not create corresponding OAuth2 client ids in Google Cloud Console. #529

Closed
yghokim opened this issue May 12, 2019 · 2 comments
Assignees

Comments

@yghokim
Copy link

yghokim commented May 12, 2019

  • Operating System version: Ubuntu, MacOS
  • Firebase SDK version: 7.3.0
  • Library version: 7.3.0
  • 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)').

@google-oss-bot
Copy link

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

@nbegley
Copy link
Contributor

nbegley commented May 23, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants