You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes all functions indent by one level, and this is required because we do not want a registration side effect when defining cloud functions.
The solution is IMHO blueprint like flask. Decorator registers cloud functions to a blueprint, and all cloud functions in a blueprint are registered to the registry. Like this:
Using decorator like this is not python-y IMHO:
This makes all functions indent by one level, and this is required because we do not want a registration side effect when defining cloud functions.
The solution is IMHO blueprint like flask. Decorator registers cloud functions to a blueprint, and all cloud functions in a blueprint are registered to the registry. Like this:
The text was updated successfully, but these errors were encountered: