public Firebase keys
This commit is contained in:
8
.env.development
Normal file
8
.env.development
Normal 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
|
||||
@@ -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
2
.gitignore
vendored
@@ -23,5 +23,3 @@ dist-ssr
|
||||
*.sln
|
||||
*.sw?
|
||||
.firebase
|
||||
|
||||
.env
|
||||
|
||||
1
components.d.ts
vendored
1
components.d.ts
vendored
@@ -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']
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
<template>loading...</template>
|
||||
Reference in New Issue
Block a user