Is your feature request related to a problem? Please describe.
I'd like to use the pubsub client on a webapp where i have the secrets in environment variables and not on disk.
Describe the solution you'd like
I would like to have a classmethod added to Publisher to instantiate a client with the credentials passed from a dict instead of a json file path.
Is your feature request related to a problem? Please describe.
I'd like to use the pubsub client on a webapp where i have the secrets in environment variables and not on disk.
Describe the solution you'd like
I would like to have a classmethod added to Publisher to instantiate a client with the credentials passed from a dict instead of a json file path.