Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does fabric handle being offline?

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

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

like image 649
Istafein Avatar asked Apr 25 '17 22:04

Istafein


1 Answers

Mike from Fabric here.

We log the data locally and then send it on relaunch of the app with an active network connection. Answers events older then a week will not be recorded, but crashes will be.

like image 134
Mike Bonnell Avatar answered Jan 01 '23 01:01

Mike Bonnell