I have noticed that after turning off the internet connection and than turning it back on (while my Android app is still running, in the background or not), it takes the Firestore module a pretty long time to regain the connection to the server (about a minute), and I can't make any Firestore operations until the connection is regained.
Is this a normal behavior?
If it does, can I somehow check the Firestore module current connection status? (in order to limit my user's actions if there is a need).