public Firebase keys

This commit is contained in:
2023-05-30 00:19:34 +02:00
parent 70b3319778
commit bd9b926550
5 changed files with 8 additions and 12 deletions

8
.env.development Normal file
View File

@@ -0,0 +1,8 @@
VITE_FIREBASE_API_KEY=AIzaSyBxt-j-9yVwt-3iPLp1Px-a038ZXwAiHOs
VITE_FIREBASE_AUTH_DOMAIN=contexted.app
VITE_FIREBASE_DATABASE_URL=https://contexted-f8b4e.firebaseio.com
VITE_FIREBASE_PROJECT_ID=contexted-f8b4e
VITE_FIREBASE_STORAGE_BUCKET=contexted-f8b4e.appspot.com
VITE_FIREBASE_MESSAGING_SENDER_ID=1048273547256
VITE_FIREBASE_APP_ID=1:1048273547256:web:c5516617eeeabd470f700d
VITE_FIREBASE_MEASUREMENT_ID=G-ZMQXB5HFNV

View File

@@ -1,8 +0,0 @@
VITE_FIREBASE_API_KEY=
VITE_FIREBASE_AUTH_DOMAIN=
VITE_FIREBASE_DATABASE_URL=
VITE_FIREBASE_PROJECT_ID=
VITE_FIREBASE_STORAGE_BUCKET=
VITE_FIREBASE_MESSAGING_SENDER_ID=
VITE_FIREBASE_APP_ID=
VITE_FIREBASE_MEASUREMENT_ID=

2
.gitignore vendored
View File

@@ -23,5 +23,3 @@ dist-ssr
*.sln
*.sw?
.firebase
.env

1
components.d.ts vendored
View File

@@ -31,7 +31,6 @@ declare module '@vue/runtime-core' {
SkeletonNote: typeof import('./src/components/Skeleton/SkeletonNote.vue')['default']
SkeletonSidebarItem: typeof import('./src/components/Skeleton/SkeletonSidebarItem.vue')['default']
SkeletonTopBar: typeof import('./src/components/Skeleton/SkeletonTopBar.vue')['default']
Spinner: typeof import('./src/components/Spinner.vue')['default']
TopBar: typeof import('./src/components/TopBar.vue')['default']
UIAlert: typeof import('./src/components/ui/UIAlert.vue')['default']
UIBadge: typeof import('./src/components/ui/UIBadge.vue')['default']

View File

@@ -1 +0,0 @@
<template>loading...</template>