lohanidamodar / flutter_firebase_helpers

Firebase helper library for flutter
https://pub.dev/packages/firebase_helpers
MIT License
10 stars 8 forks source link

Merge data #5

Closed jackiepapers closed 3 years ago

jackiepapers commented 3 years ago

The updateData function overwrites database item instead of merging changes.

lohanidamodar commented 3 years ago

Hey it should not, I am using the underlying update function which will merge the changes not overrite. check the source here https://github.com/lohanidamodar/flutter_firebase_helpers/blob/408f756d891b41907f651f37afde3a1d3e56c185/lib/src/firestore_service.dart#L294