Relative Content

Tag Archive for flutterfirebasedartgoogle-cloud-firestoredart-pub

Flutter Create multiple document in same collection in Firestore

I want to create multiple documents inside the single or same collection in Firestor. The issue is when I can call the addTeacherBasicDetails() method, so create the perfect but after that, I can call the addTeacherAddressDetails() method, so it can not work or replace all the fields with the current method field. I have also attached the Firestore screenshot for creating this database.