Skip to content

Typescript types missing when upgrading from 10.2 to 10.3 #8344

@shaunpersad

Description

@shaunpersad

Operating System

All

Browser Version

All

Firebase SDK Version

10.3

Firebase SDK Product:

Auth

Describe your project's tooling

React app with Vite inside a monorepo

Describe the problem

I recently had to upgrade our firebase SDK from 9 to 10 and discovered the Typescript types have completely gone missing. I was able to test out exact versions of the 10.x SDK and saw that types were correctly found up until version 10.3.0. Auth is the only part of the SDK we use so I did not test out the other products to see if they also have the same issue.

Steps and code to reproduce issue

npm install --save-exact firebase@10.2 => autocomplete from types are available
npm install --save-exact firebase@10.3 => autocomplete from types are not available

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