Operating System
Ubuntu 22.04.4 LTS
Browser Version
N/A
Firebase SDK Version
^10.12.2
Firebase SDK Product:
Auth
Describe your project's tooling
React native expo with typescript and @react-native-async-storage/async-storage
Describe the problem
Module '"firebase/auth"' has no exported member 'getReactNativePersistence'.

From the firebase/auth module the method getReactNativePersistence is showing not available , there is a problem with the typescript declarations.
Steps and code to reproduce issue
npx create-expo-app@latest
cd into the project
npx expo install firebase
import { getReactNativePersistence,} from "firebase/auth";
Will show the typescript error

Operating System
Ubuntu 22.04.4 LTS
Browser Version
N/A
Firebase SDK Version
^10.12.2
Firebase SDK Product:
Auth
Describe your project's tooling
React native expo with typescript and @react-native-async-storage/async-storage
Describe the problem
Module '"firebase/auth"' has no exported member 'getReactNativePersistence'.

From the firebase/auth module the method getReactNativePersistence is showing not available , there is a problem with the typescript declarations.
Steps and code to reproduce issue
npx create-expo-app@latest
cd into the project
npx expo install firebase
import { getReactNativePersistence,} from "firebase/auth";
Will show the typescript error
