Firebase Firestore - get synchronization status on Android

Viewed 1534

I had started using Firebase Firestore database in my Android app. The main usecase of Firestore implementation is to create a bunch of documents in offline mode and then upload them when the device gets online. The problem is that "device online time" is limited, thus I need to provide the synchronization status indicator to the user.

1 Answers
Related