Skip to content

Module '"firebase/auth"' has no exported member 'getReactNativePersistence'. #8332

Description

@hritickjaiswal22

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'.
getReactNativePersistence bug

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
getReactNativePersistence bug

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions