-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (16 loc) · 792 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (16 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Firebase Web SDK configuration
# Create a project at https://console.firebase.google.com and copy values from
# Project Settings -> General -> Your apps -> SDK setup and configuration.
#
# All NEXT_PUBLIC_* values are embedded into the client bundle. Security is
# enforced by Firebase Authentication and Firestore Security Rules
# (see firestore.rules), not by hiding these values.
NEXT_PUBLIC_FIREBASE_API_KEY=your_api_key
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_project.firebaseapp.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=your_project_id
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your_project.appspot.com
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_sender_id
NEXT_PUBLIC_FIREBASE_APP_ID=your_app_id
# Optional: Playwright E2E tests
# E2E_TEST_EMAIL=test@example.com
# E2E_TEST_PASSWORD=changeme