mycar98765

Python code

Oct 22nd, 2022 (edited)
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | Source Code | 0 0
  1. collection = db.collection(u"collection")
  2. docs = collection.stream()
  3. for doc in docs: # File "main.py", line 17
  4. print(f'{doc.id} => {doc.to_dict()}')
Advertisement
Add Comment
Please, Sign In to add comment