FirebaseStorage-Android
FirebaseStorage-Android copied to clipboard
How to push sqlLite database data to Firestore databas?
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?