salomonsky commited on
Commit
b665289
·
verified ·
1 Parent(s): a522231

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -243,7 +243,7 @@
243
  import { getFirestore, doc, addDoc, onSnapshot, collection, setDoc, getDoc, query, setLogLevel, updateDoc, arrayUnion } from "https://www.gstatic.com/firebasejs/11.6.1/firebase-firestore.js";
244
 
245
  const firebaseConfig = {
246
- apiKey: "__FIREBASE_API_KEY__",
247
  authDomain: "neuronal-1f3b9.firebaseapp.com",
248
  projectId: "neuronal-1f3b9",
249
  storageBucket: "neuronal-1f3b9.firebasestorage.app",
@@ -252,7 +252,7 @@
252
  measurementId: "G-102SEBLQFJ"
253
  };
254
 
255
- const DEFAULT_GEMINI_KEY = '__GEMINI_API_KEY__';
256
  function getLocalGeminiKey() { try { return localStorage.getItem('GEMINI_API_KEY') || DEFAULT_GEMINI_KEY; } catch { return DEFAULT_GEMINI_KEY; } }
257
  function setLocalGeminiKey(k) { try { localStorage.setItem('GEMINI_API_KEY', k || ''); } catch {} }
258
 
 
243
  import { getFirestore, doc, addDoc, onSnapshot, collection, setDoc, getDoc, query, setLogLevel, updateDoc, arrayUnion } from "https://www.gstatic.com/firebasejs/11.6.1/firebase-firestore.js";
244
 
245
  const firebaseConfig = {
246
+ apiKey: "AIzaSyB4EZKkAH3weFSZNBQA8Y63gt5XbaeZGsQ",
247
  authDomain: "neuronal-1f3b9.firebaseapp.com",
248
  projectId: "neuronal-1f3b9",
249
  storageBucket: "neuronal-1f3b9.firebasestorage.app",
 
252
  measurementId: "G-102SEBLQFJ"
253
  };
254
 
255
+ const DEFAULT_GEMINI_KEY = 'AIzaSyDmoQNpzgzW21f_WFCU9YbaAeI1fdOJMlo';
256
  function getLocalGeminiKey() { try { return localStorage.getItem('GEMINI_API_KEY') || DEFAULT_GEMINI_KEY; } catch { return DEFAULT_GEMINI_KEY; } }
257
  function setLocalGeminiKey(k) { try { localStorage.setItem('GEMINI_API_KEY', k || ''); } catch {} }
258