Search code examples
google-fabric

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.


Solution

  • 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.