DEV Community

Adullah
Adullah

Posted on

Delete a document from firestore using firebase schedule functions for python

How can I implement a scheduled function in Python using Firebase to delete a document from Firestore? I've successfully set up the function, but when I attempt to add a condition based on the 'endDate' field, which is of type Timestamp, the function fails to execute properly. Can anyone provide…

Top comments (0)