Skip to content

Commit

Permalink
modify reader and remover files
Browse files Browse the repository at this point in the history
  • Loading branch information
arikamat committed Apr 1, 2023
1 parent 6c0465d commit 218b0f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data_generator/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
db = firestore.client()
doc_ref = db.collection('users')

doc_ref = doc_ref.document('HsDmCd3XbKVBDkC8orLlH0ZbfMq1')
# doc_ref = doc_ref.document('HsDmCd3XbKVBDkC8orLlH0ZbfMq1')
doc_ref = doc_ref.document('Jh6lB9vVgjaHuvhIcESMOPRqr1r2')
doc = doc_ref.get()

# Check if the document exists
Expand Down
2 changes: 1 addition & 1 deletion data_generator/remover.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
db = firestore.client()
doc_ref = db.collection('users')

doc_ref = doc_ref.document('HsDmCd3XbKVBDkC8orLlH0ZbfMq1')
doc_ref = doc_ref.document('Jh6lB9vVgjaHuvhIcESMOPRqr1r2')
doc_ref.delete()

0 comments on commit 218b0f3

Please sign in to comment.