Skip to content

Error: node_modules/@firebase/auth/dist/auth-public.d.ts:3225:23 - error TS2304: Cannot find name 'FactorId_2'. #7174

Closed
@jnizet

Description

@jnizet

[REQUIRED] Describe your environment

  • Operating System version: macOS 13.1
  • Browser version: NA
  • Firebase SDK version: 9.19.0
  • Firebase Product: auth

[REQUIRED] Describe the problem

Steps to reproduce:

  • Try to compile an Angular project using Firebase 9.19.0
  • The compilation fails with the error
Error: node_modules/@firebase/auth/dist/auth-public.d.ts:3225:23 - error TS2304: Cannot find name 'FactorId_2'.

The auth-public.d.ts file does indeed seem to reference a FactorId_2 symbol that doesn't exist.

It's documented as excluded at line 1160 of the file:

/* Excluded from this release type: FactorId_2 */

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