try to use firestore to save contact list

This commit is contained in:
2022-03-03 21:40:29 +01:00
parent 679152ddb3
commit 45cc53a82e
6 changed files with 64 additions and 8 deletions
+1
View File
@@ -38,6 +38,7 @@ class ExcelHelper:
first_name=first_name,
ccid=contact_dict['ccid'],
passport_number=contact_dict['passport'],
position=contact_dict['position'],
mail=contact_dict['email'])
contact_list.append(contact)
return contact_list