How does fabric work offline?

I am interested in working with Fabric, how does the api work when it is not connected to the internet?

I found that firebase (a similar tool for this) will store the data locally and then do a batch update on the server. However, anything over 72 hours will not be recorded.

+3


source to share


1 answer


Mike from Cloth.



We log data locally and then send it when the app reconnects with an active network connection. Responses to events older than a week will not be recorded, but there will be accidents.

+6


source







All Articles