Identity Platform API is inconsistent in version and features with Google Cloud documentation
See original GitHub issue- Is this a client library issue or a product issue?
Yes?
- Did someone already solve this?
No.
- 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
- 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
- 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
- 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:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
Appreciate it, thank you!