Firestore Python: Check if Document Exist

Apr 25, 2019
doc_ref = db.collection('tag_quotes_repo').document('en')doc = doc_ref.get()if doc.exists:    content = doc.get('created')    log.info(f"id=${doc.id}, content=${content}")else:    log.info("Not found")

❤️ Is this article helpful?

Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.

Do send some 💖 to @d_luaz or share this article.

✨ By Desmond Lua

A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz

👶 Apps I built

Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.