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
I think there may be an incompatibility between Detox/Espresso and Firebase when using Cloud Firestore. The app crashes during a test with the error: "Internal error in Cloud Firestore (25.1.1)." Can someone confirm if I am missing a configuration step or if this is a potential bug in Detox or Espresso integration?
The app has crashed, see the details below:
@Thread detox.primary(107):
java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Internal error in Cloud Firestore (25.1.1).
at androidx.test.espresso.Espresso.onIdle(Espresso.java:357)
at com.wix.detox.TestEngineFacade.awaitIdle(TestEngineFacade.kt:12)
at com.wix.detox.adapters.server.ReadyActionHandler.handle(DetoxActionHandlers.kt:25)
Your environment
Detox version: 20.28.0
React Native version: 73.8
Node version: 18
Device model: Android Studio with an emulator / android 15.0 / API 35
OS:
Test-runner (select one): jest
The text was updated successfully, but these errors were encountered:
Description
I think there may be an incompatibility between Detox/Espresso and Firebase when using Cloud Firestore. The app crashes during a test with the error: "Internal error in Cloud Firestore (25.1.1)." Can someone confirm if I am missing a configuration step or if this is a potential bug in Detox or Espresso integration?
The app has crashed, see the details below:
Your environment
Detox version: 20.28.0
React Native version: 73.8
Node version: 18
Device model: Android Studio with an emulator / android 15.0 / API 35
OS:
Test-runner (select one): jest
The text was updated successfully, but these errors were encountered: