I use Firebase Realtime Database for my application. I have enabled the offline features that allow to save the queries on the device when there is a connection problem to send them when it is restored. I wanted to know when the completion block is called in this case. Is it called directly if the error is not a network error? If not, is it called once the connection is re-established and the request is sent? I would like to know more about the process
Thank you for your attention!