-
Notifications
You must be signed in to change notification settings - Fork 986
Closed
Description
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
Zaporozhec7