firebase / firebase-functions-python

Apache License 2.0
138 stars 23 forks source link

feat: fix datetime parse error #204

Closed exaby73 closed 5 months ago

exaby73 commented 6 months ago

Closes https://github.com/firebase/firebase-functions-python/issues/160

mrares commented 5 months ago

The same issue is also found in db_fn._db_endpoint_handler, it's a generic issue with the events coming in. Maybe it makes sense to take the opportunity and fix it also for that case?