You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a problem with the typings in @firebase/auth/dist/auth-exp-public.d.ts. On a freshly created Angular app I'm getting the following error trying to import getAuth:
Error: node_modules/@firebase/auth/dist/auth-exp-public.d.ts:3576:28 - error TS2694:
Namespace '".../node_modules/@firebase/auth/dist/auth-exp-public".ProviderId' has no exported member 'FIREBASE'.
Describe your environment
Bug
There seems to be a problem with the typings in @firebase/auth/dist/auth-exp-public.d.ts. On a freshly created Angular app I'm getting the following error trying to import
getAuth
:Steps to reproduce:
ng new
getAuth
Relevant Code:
Note that if you comment out the
getAuth
import, the Angular app compiles, and the Firebase app is initialized properly.The text was updated successfully, but these errors were encountered: