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
The current version of the app imports the function getReactNativePersistence() from the endpoint "firebase/auth/react-native". This endpoint has been removed recently in firebase 10.0.0, meaning some changes should be made to metro.config.js so that it is instead imported from "react-native".
It looks like persistence is explicitly enabled in this version of the sdk meaning we don't actually have to import getReactNativePersistence() anymore. This means that this can be fixed by just removing the import
The current version of the app imports the function
getReactNativePersistence()
from the endpoint "firebase/auth/react-native". This endpoint has been removed recently in firebase 10.0.0, meaning some changes should be made tometro.config.js
so that it is instead imported from "react-native".Refer to:
firebase/auth/react-native
no longer exported in SDK 10 firebase/firebase-js-sdk#7425The text was updated successfully, but these errors were encountered: