Expo Dev Client - Could not reach Cloud Firestore backend

Please provide the following:

  1. SDK Version: 46.0.9
  2. Android/iOS:
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Using expo dev client to create an application with firebase. I used npx expo install firebase to install firebase into my app. The only thing that seems to be broken is the Firestore section of firebase.
This is how I initialized my firestore connection:
const firestoreSettings = {
useFetchStreams: false
//experimentalAutoDetectLongPolling: true,
experimentalForceLongPolling: true,
merge: true,
};

let firestore = initializeFirestore(app, firestoreSettings);

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