I'm looking at the documentation, but I find nowhere an information for setting a global variable. We know that the Cloud functions
are stateless code snippets, but I want somehow to integrate a global variable which can be changed by an action
, read by another one and remain with the last state (true/false
).
Is there any way for achieving such functionality?