According to this comment files in .gitignore are ignored in the EAS build, too.
Therefore, each time a build is created those 3 files: google-services.json, GoogleServices-Info.plist (also .env) must be commented out and before git commit put back again.
According to this comment files in
.gitignore
are ignored in theEAS
build, too.Therefore, each time a build is created those 3 files:
google-services.json
,GoogleServices-Info.plist
(also.env
) must be commented out and beforegit commit
put back again.See #228 for some solutions, such as
base64
.