firebase / firebase/firebase-js-sdk
ParsedToken identities is not of record<string, string> type
Open
api: auth
bug
question
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 1k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 37
Description
### 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`, but it's not according to tests:
It should be `Record`
### Steps and code to reproduce issue
Just need to sign in and check the user's `IdTokenResult`
Contributor guide
Assessment
This issue has not been assessed yet.