in-app-purchase
in-app-purchase copied to clipboard
Support for specifying google service account by file path
I would be great to support specifying the service account json by file path rather than explicitly passing in the private key and client email. Something like:
iap.config({
googleServiceAccount: 'path/to/googlePlayServiceAccount.json',
})
This would avoid having to store the whole private key in an environment variable.
Hello,
Yes. I have been considering this also.
Thank you for the input. I’ll make sure to have a go.
Cheers