Error: Native module “RNFBAppModule” not found. Re-check module install, linking, configuration, build and install steps
Can someone please help me fix this issue?
“FirebaseError: Firebase: Error (auth/network-request-failed).” error out of nowhere
I’ve been working on a React Native project in Expo for the last year or so, and it’s been going well. However, starting yesterday I’m suddenly not able to log in anymore. I get the following error every time I try:
Module “firebase/auth” has no expoted member ‘signInWithPopup
I’m attempting to use the popup signin with google on react native + expo project but i can’t import the method. I was reading the firebase changelog and the method is seemingly not deprecated.