firebase-js-sdk icon indicating copy to clipboard operation
firebase-js-sdk copied to clipboard

Typescript types missing when upgrading from 10.2 to 10.3

Open shaunpersad opened this issue 7 months ago • 0 comments

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 [email protected] => autocomplete from types are available npm install --save-exact [email protected] => autocomplete from types are not available

shaunpersad avatar Jun 30 '24 04:06 shaunpersad