Rares Mirica
Results
12
comments of
Rares Mirica
This issue also affects Firebase Realtime DB functions such as db_fn.on_value_created (the issue is present in the db_fn _db_endpoint_handler method)
In order to protect from this insanity I've created the following function wrapper which I apply on all my cloud functions ``` import functools, logging from config import LOG_LEVEL log...