slek-ai-cli 1.1.3 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/auth.js +2 -1
- package/package.json +1 -1
- package/.env +0 -18
package/auth.js
CHANGED
|
@@ -14,7 +14,8 @@ const boxen = require('boxen');
|
|
|
14
14
|
// FIREBASE_API_KEY and GOOGLE_CLIENT_ID are public-safe values.
|
|
15
15
|
// We use Firebase's signInWithIdp flow, so GOOGLE_CLIENT_SECRET is NOT needed.
|
|
16
16
|
const FIREBASE_API_KEY = 'AIzaSyBoQHn_adTTj1ZaYZBMHCMSAblCGCIbQG4';
|
|
17
|
-
const GOOGLE_CLIENT_ID = '
|
|
17
|
+
const GOOGLE_CLIENT_ID = '763614479011-32ci230ubh0kuvg1g1ie3jtoeir9orap.apps.googleusercontent.com
|
|
18
|
+
'; // e.g. 123456.apps.googleusercontent.com
|
|
18
19
|
|
|
19
20
|
// Additional Firebase config (for future SDK use if needed)
|
|
20
21
|
const FIREBASE_CONFIG = {
|
package/package.json
CHANGED
package/.env
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# NVIDIA API Key (get from https://build.nvidia.com)
|
|
2
|
-
NVIDIA_API_KEY=slek-key-98ab6e89f8b636bed33a2cb08148c0b6
|
|
3
|
-
|
|
4
|
-
# ─── Firebase Config ───────────────────────────────────────
|
|
5
|
-
FIREBASE_API_KEY=AIzaSyBoQHn_adTTj1ZaYZBMHCMSAblCGCIbQG4
|
|
6
|
-
FIREBASE_AUTH_DOMAIN=charm-f004f.firebaseapp.com
|
|
7
|
-
FIREBASE_PROJECT_ID=charm-f004f
|
|
8
|
-
FIREBASE_STORAGE_BUCKET=charm-f004f.firebasestorage.app
|
|
9
|
-
FIREBASE_MESSAGING_SENDER_ID=763614479011
|
|
10
|
-
FIREBASE_APP_ID=1:763614479011:web:5cd0082b14b78b9c5eb516
|
|
11
|
-
FIREBASE_MEASUREMENT_ID=G-0G0F5DT6PC
|
|
12
|
-
|
|
13
|
-
# ─── Google OAuth (from Google Cloud Console) ─────────────
|
|
14
|
-
# https://console.cloud.google.com → APIs & Services → Credentials → Create OAuth 2.0 Client ID
|
|
15
|
-
# Application type: Web application
|
|
16
|
-
# Authorized redirect URI: http://localhost:9876/callback
|
|
17
|
-
GOOGLE_CLIENT_ID=763614479011-32ci230ubh0kuvg1g1ie3jtoeir9orap.apps.googleusercontent.com
|
|
18
|
-
GOOGLE_CLIENT_SECRET=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
|