@bbki.ng/site 1.7.12 → 1.7.13

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 1.7.13
4
+
3
5
  ## 1.7.12
4
6
 
5
7
  ## 1.7.11
package/index.html CHANGED
@@ -42,5 +42,28 @@
42
42
  <body class="h-full m-0 flex flex-col font-mono">
43
43
  <div id="root" class="flex-grow noto-serif"></div>
44
44
  <script type="module" src="/src/main.tsx"></script>
45
+ <script type="module">
46
+ // Import the functions you need from the SDKs you need
47
+ import { initializeApp } from "https://www.gstatic.com/firebasejs/10.12.3/firebase-app.js";
48
+ import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.12.3/firebase-analytics.js";
49
+ // TODO: Add SDKs for Firebase products that you want to use
50
+ // https://firebase.google.com/docs/web/setup#available-libraries
51
+
52
+ // Your web app's Firebase configuration
53
+ // For Firebase JS SDK v7.20.0 and later, measurementId is optional
54
+ const firebaseConfig = {
55
+ apiKey: "AIzaSyCtVe_ZaoYmiFB3G8-5eMuBdR0T0IPeTYU",
56
+ authDomain: "bbking-42349.firebaseapp.com",
57
+ projectId: "bbking-42349",
58
+ storageBucket: "bbking-42349.appspot.com",
59
+ messagingSenderId: "627618965416",
60
+ appId: "1:627618965416:web:4fee41b0f994c021c7df9d",
61
+ measurementId: "G-YVYDLKY8YY",
62
+ };
63
+
64
+ // Initialize Firebase
65
+ const app = initializeApp(firebaseConfig);
66
+ const analytics = getAnalytics(app);
67
+ </script>
45
68
  </body>
46
69
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "1.7.12",
3
+ "version": "1.7.13",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "scripts": {