feat: add firebase

This commit is contained in:
Kyle Fang
2023-12-11 14:30:25 +08:00
parent 72204604c2
commit a75f268629
7 changed files with 747 additions and 10 deletions

1
model/index.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export * from './model'

11
model/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "model",
"version": "1.0.0",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Kyle Fang",
"license": "ISC"
}