slek-ai-cli 1.1.3 → 1.1.4
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/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 = {
|