Reviewed-on: https://git.ayo.run/ayo/cozy-games/pulls/1 Co-authored-by: Ayo <ayo@ayco.io> Co-committed-by: Ayo <ayo@ayco.io>
23 lines
1.3 KiB
Text
23 lines
1.3 KiB
Text
# Development Firebase config (project: secure-moment-188701).
|
|
# These keys are public, not secrets — access is governed by firestore.rules —
|
|
# so this file is committed. Used by `pnpm dev`.
|
|
# Production values are supplied as Netlify env vars at build time (see
|
|
# docs/firebase-leaderboards.md); never put production values here.
|
|
VITE_FIREBASE_API_KEY=AIzaSyCTi_5Sm5dHFNf0d_Gn0MNWmlGheFBf6MQ
|
|
VITE_FIREBASE_AUTH_DOMAIN=moment-188701.firebaseapp.com
|
|
VITE_FIREBASE_DATABASE_URL=https://moment-188701.firebaseio.com
|
|
VITE_FIREBASE_PROJECT_ID=secure-moment-188701
|
|
VITE_FIREBASE_STORAGE_BUCKET=secure-moment-188701.firebasestorage.app
|
|
VITE_FIREBASE_MESSAGING_SENDER_ID=113827947104
|
|
VITE_FIREBASE_APP_ID=1:113827947104:web:b176f746d8358302c51905
|
|
VITE_FIREBASE_MEASUREMENT_ID=G-LZRDY0TG46
|
|
|
|
# Leaderboard collection namespace. Dev/test uses a separate set of collections
|
|
# (mw-test-scores / mw-test-all / mw-test-config) in the SAME Firebase project,
|
|
# so local play never pollutes the production board. Production sets this to `mw`.
|
|
VITE_LB_NAMESPACE=mw-test
|
|
|
|
# Local dev runs against the Firestore emulator by default (no cloud, no deploy).
|
|
# Start it with `pnpm emulators` and fill it via `pnpm seed:emulator`.
|
|
# To use the cloud `mw-test` namespace instead, set this empty in app/.env.local.
|
|
VITE_FIRESTORE_EMULATOR=1
|