Provide geo-gated users optional GPS fallback for precise location data (#8973)

This commit is contained in:
Eric Bailey
2025-09-04 11:07:12 -05:00
committed by GitHub
parent 625b4e61db
commit f8ae0540a0
31 changed files with 1076 additions and 299 deletions
+13
View File
@@ -93,3 +93,16 @@ export const GCP_PROJECT_ID: number =
process.env.EXPO_PUBLIC_GCP_PROJECT_ID === undefined
? 0
: Number(process.env.EXPO_PUBLIC_GCP_PROJECT_ID)
/**
* URL for the bapp-config web worker _development_ environment. Can be a
* locally running server, see `env.example` for more.
*/
export const BAPP_CONFIG_DEV_URL = process.env.BAPP_CONFIG_DEV_URL
/**
* Dev environment passthrough value for bapp-config web worker. Allows local
* dev access to the web worker running in `development` mode.
*/
export const BAPP_CONFIG_DEV_BYPASS_SECRET: string =
process.env.BAPP_CONFIG_DEV_BYPASS_SECRET