Consider:
Property 'auth' does not exist on type 'typeof import("/home/nuhutuh25/Desktop/ignition/registry/node_modules/firebase/app/dist/app/index")'.ts(2339)
I did install Firebase as a dependency and also saw someone successfully writing const auth=app.auth(), but that does not work either, because type FirebaseApp doesn't have any attribute auth.
I am using TypeScript.
