-
Notifications
You must be signed in to change notification settings - Fork 371
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
chore: adds missing provider IDs for Auth #1106
Conversation
Adds missing token claims `sign_in_provider` values.
* "yahoo.com"`, `"phone"`, `"playgames.google.com"`, `"gc.apple.com"`, | ||
* or `"custom"`. | ||
* | ||
* Additional Identity Platform provider IDs include `"linkedin.com"`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should linkedin be listed in the previous paragraph? Why was it mentioned separately?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LinkedIn is only available via the cloud console UI at the moment. Though I don't believe it is restricted to GCIP. In theory it could be enabled via REST API for Firebase. I can move it to above but worry Firebase developers may get confused when they don't see it there.
Adds missing token claims `sign_in_provider` values.
Adds missing token claims
sign_in_provider
values.Fixes #1101