FirebaseStorage-Android icon indicating copy to clipboard operation
FirebaseStorage-Android copied to clipboard

How to push sqlLite database data to Firestore databas?

Open MJehan opened this issue 3 years ago • 0 comments

In my app I used firestore database. Its working fine on online. But Now I want to use local storage as sqlLite. When my device is offline, data will save on sqlLite database and when the device is back to online it push the data to firestore database. I used Flutter to develop the app. Can anyone please help me with this?

MJehan avatar Dec 29 '21 07:12 MJehan