Summary
EAS now allows for automatic parsing of encoded files, we may want to use that instead of our manual base64 encoding and decoding for GoogleServices.json
Todo / ordered steps
android: {
googleServicesFile: process.env.GOOGLE_SERVICES_JSON,
// ...
},
Possible impacts/side effects on existing features
TBD
Additional notes
Docs: https://docs.expo.dev/build-reference/variables/#how-to-upload-a-secret-file-and
Summary
EAS now allows for automatic parsing of encoded files, we may want to use that instead of our manual base64 encoding and decoding for
GoogleServices.jsonTodo / ordered steps
GoogleServices.jsonto eas viaeas secret:create --scope project --name GOOGLE_SERVICES_JSON --type file --value ./path/to/google-services.jsonpackage.jsonPossible impacts/side effects on existing features
TBD
Additional notes
Docs: https://docs.expo.dev/build-reference/variables/#how-to-upload-a-secret-file-and