Closed leoneparise closed 4 years ago
The file option is misleading, but you can use a JSON String containing the Service Account credentials instead of providing the path to a file.
I‘m using this approach for the integration tests using GitHub actions for the SDK itself - would that be an option for you as well?
I made it working after some trials:
\n
to \r\n
inside the key.You beat me to it, that‘s how I solved it with GitHub actions as well ^^. I will add this to the docs to make it easier for others to find. Thank you!
First of all, thank you for this amazing library!
I'm running my application in Laravel Vapor and the app doesn't have access to the filesystem. I have to configure the application only using environment variables. This PR address this problem and add an
array
option.