File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ FIREBASE_ADMIN_SDK_KEY='{
2+ "type": "service_account",
3+ "project_id": "your-project-id",
4+ "private_key_id": "your-private-key-id",
5+ "private_key": "-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY_HERE\n-----END PRIVATE KEY-----\n",
6+ "client_email": "your-service-account-email",
7+ "client_id": "your-client-id",
8+ "auth_uri": "https://accounts.google.com/o/oauth2/auth",
9+ "token_uri": "https://oauth2.googleapis.com/token",
10+ "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
11+ "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/your-service-account-email",
12+ "universe_domain": "googleapis.com"
13+ }'
14+
15+ NEXT_PUBLIC_FIREBASE_API_KEY=your-firebase-api-key
16+ NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your-auth-domain
17+ NEXT_PUBLIC_FIREBASE_PROJECT_ID=your-project-id
18+ NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your-storage-bucket
19+ NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id
20+ NEXT_PUBLIC_FIREBASE_APP_ID=your-app-id
21+ NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=your-measurement-id
22+
23+ DATABASE_URL="postgresql://username:password@localhost:5432/your-database-name"
You can’t perform that action at this time.
0 commit comments