Closed vineyardbovines closed 1 year ago
Hi @gretzky. Apologies for the delay. We just released v0.6.0, which now uses the built-in googleServicesFile
expo prop to set the path to the google-services file and will allow you to set it using an environment variable. Thank you for your contribution!
Hey! Thanks for the expo plugin here.
It would be helpful if the
google-services.json
path could be dynamically set for environment secrets and CI purposes. The use case in mind here is with EAS:google-services.json
file is uploaded to EAS secretsapp.config.js
, call the file path created by EAS, which can be referenced withprocess.env
.Thanks for considering!