José Carlos

Results 2 comments of José Carlos

Here's a workaround i found: Go to your `tsconfig.json`, and add under `path` this `"@firebase/auth": ["./node_modules/@firebase/auth/dist/index.rn.d.ts"]` Then in your firebase config file ``` import { getReactNativePersistence, initializeAuth } from "firebase/auth";...

How should one type `forwardRef` in this case? Still has the same error