Expo tracking errors in productions

When I use firestore and going offline.

I’ve got this error:

“firestore could not reach firestore backend”

Ok, it’s normal, 'cause Expo don’t suppor offline persistence for Firestore

But due Error handling (https://docs.expo.io/versions/latest/guides/errors) it’s not refreshing immediately, I see only white screen (in production) and nothing happened. It’s right for all firestore errors.

The question is, how to refresh immediately on firestore errors on production versions?

Thanx

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