79528086

Date: 2025-03-22 20:39:56
Score: 0.5
Natty:
Report link
update_time, board_ref = firestore_db.collection("todolist").add({
                "todo_name": item_name,
                "mail": user_email,
                "items": []
})

print(board_ref.id)

You can access the Auto generated ID via board_ref.id

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: A5H1Q