Skip to content

ParsedToken identities is not of record<string, string> type #7591

@marcusx2

Description

@marcusx2

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:

image

It should be Record<string, string[]>

Steps and code to reproduce issue

Just need to sign in and check the user's IdTokenResult

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions