try to use firestore to save contact list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user