Is it possible to use the web storage API in my cloud function? I need to set/get auth token in localStorage for a 3rd party service.
I'm watching for updates to a document, based on the update I need to call a 3rd party service, but the 3rd party service auths with bearer tokens. My question is can I use localStorage to set/get this token?