question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Identity Platform API is inconsistent in version and features with Google Cloud documentation

See original GitHub issue
  1. Is this a client library issue or a product issue?

Yes?

  1. Did someone already solve this?

No.

  1. Do you have a support contract?

Yes, but this doesn’t seem like a support issue.

If the support paths suggested above still do not result in a resolution, please provide the following details.

Environment details

  • OS: all
  • Node.js version: all
  • npm version: all
  • googleapis version: all

Steps to reproduce

  1. Look at Identity Platform documentation online and find that Google Cloud Platform only documents v1, v2: https://cloud.google.com/identity-platform/docs/reference/rest
  2. Load up this library, find that you can only access v3, which has a smaller API surface than v1 or v2 and doesn’t support APIs like projects.updateConfig
  3. Be very confused, why are the API versions different, why doesn’t projects.updateConfig have a v3 equivalent, et cetera, et cetera.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
chronologoscommented, Oct 10, 2022

Confusingly, the “v3” schema is actually a legacy API surface. “v1” and “v2” are newer which is why they are documented on GCP docs. Their discovery docs are also published now.

https://identitytoolkit.googleapis.com/$discovery/rest?version=v2 https://identitytoolkit.googleapis.com/$discovery/rest?version=v1

0reactions
AaronFrielcommented, Jul 27, 2021

Appreciate it, thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using the REST API | Identity Platform Documentation
This document shows you how to perform common user operations, such as signing in users and working with tokens, using the Identity Platform...
Read more >
APIs Explorer - Google Developers
The Google APIs Explorer is a tool available on most REST API reference documentation pages that lets you try Google API methods without...
Read more >
OAuth API verification FAQs - Google Cloud Platform Console ...
All apps that access Google APIs must verify that they accurately represent their identity and intent as specified by Google's API Services User ......
Read more >
Identity Platform – Marketplace - Google Cloud Console
Identity Platform is a customer identity and access management (CIAM) system that can ... SaaS applications, mobile and web apps, games, APIs, and...
Read more >
Google Cloud Platform Tutorial: From Zero to Hero with GCP
Secure and manage your APIs; Not just infrastructure: data analytics and machine learning services are available in GCP. GCP makes it easy to ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found