Skip to content

Commit

Permalink
chore: remove local file path
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <[email protected]>
  • Loading branch information
D4ryl00 committed Nov 21, 2024
1 parent 420786d commit b493130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ export default ({ config }) => {
...config,
ios: {
...config.ios,
googleServicesFile: process.env.GOOGLESERVICES_INFO_PLIST || (process.env.LOCAL && "./GoogleService-Info.plist"),
googleServicesFile: process.env.GOOGLESERVICES_INFO_PLIST,
},
android: {
...config.android,
googleServicesFile: process.env.GOOGLE_SERVICES_JSON || (process.env.LOCAL && "./google-services.json"),
googleServicesFile: process.env.GOOGLE_SERVICES_JSON,
},
};
} else {
Expand Down

0 comments on commit b493130

Please sign in to comment.