# Copy to .env in your workspace root (same folder as .cepho.json). # # These are PUBLIC Firebase Web client config values — the same type embedded # in the Cepho mobile app. They are NOT server secrets. Security is enforced # by Firebase Auth + Firestore/Storage security rules, not by hiding these keys. # # Do NOT put Anthropic, Stripe secret, or service-account keys in this file. EXPO_PUBLIC_FIREBASE_API_KEY= EXPO_PUBLIC_FIREBASE_AUTH_DOMAIN= EXPO_PUBLIC_FIREBASE_PROJECT_ID= EXPO_PUBLIC_FIREBASE_STORAGE_BUCKET= EXPO_PUBLIC_FIREBASE_APP_ID= # Optional — storage path prefix (default: cepo-files) # EXPO_PUBLIC_CEPHO_STORAGE_PREFIX=cepho-files