Operating System
macOS
Browser Version
Safari 16.5.2
Firebase SDK Version
10.1.0
Firebase SDK Product:
Auth
Describe your project's tooling
index.html with source tag.
Describe the problem
The identities from the ParsedToken interface is described to be a Record<string, string>, but it's not according to tests:
It should be Record<string, string[]>
Steps and code to reproduce issue
Just need to sign in and check the user's IdTokenResult