Thank you for your code, I tried to run but i get this error ``` line 117, in set return db.collection(self.collectionname).document(str(item['id'])).set(item) TypeError: string indices must be integers ```
Thank you for your code,
I tried to run but i get this error