MartinSahlen/cloud-functions-python

How do I handle Tokens & Authentication as environment variables?

santhoshdc1590 opened this issue · 1 comments

I have to display few messages on slack which requires tokens.

Here the link Tokens & Authentication

How can I do the same inside cloud function python?
Any idea?

Currently cloud functions does not support env vars, but there is currently an EAP (early access program) that you can sign up to try it. Otherwise, I would recommend using firestore, firebase, runtime config or some other key-value store for th.s