Firebase auth via signInWithEmailAndPassword with a published react-native app won't enable signin

Expo sdk v43.0.0
Firebase v8.2.1
Android tablet

I have followed all instructions, double checked how others have done things, all works fine in dev but just can’t get a published react-native app to work with firebase auth via signInWithEmailAndPassword.

The users are in the Firebase userbase. In fact, a react app uses the same users and works fine.

Is there something special that needs to be done for a react-native app?

The error I continually get is Network Error. I have verified that that the App is talking to Firebase but just can’t get the login past the Network Error.

Any help would be greatly appreciated.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.