Skip to content

Commit

Permalink
124 resource exhausted happened more often (#125)
Browse files Browse the repository at this point in the history
* removed `writeBatch` to support `offline mode`

* deps

* support `localCache` firestore

* lint

* format
  • Loading branch information
tachibana-shin authored May 28, 2023
1 parent 847e732 commit dfd6a11
Show file tree
Hide file tree
Showing 9 changed files with 156 additions and 175 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"dependencies": {
"@firebase/analytics": "^0.9.5",
"@firebase/app": "^0.9.8",
"@firebase/firestore": "^3.10.1",
"@firebase/app": "^0.9.11",
"@firebase/firestore": "^3.12.1",
"@fontsource/caveat": "^4.5.10",
"@iconify/vue": "^4.1.1",
"@quasar/extras": "^1.15.10",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@quasar/app-vite": "^1.2.0",
"@quasar/app-vite": "^1.4.3",
"@quasar/cli": "^2.0.0",
"@quasar/icongenie": "^2.5.4",
"@tachibana-shin/eslint-config": "^1.0.7",
Expand Down Expand Up @@ -97,7 +97,7 @@
"sass": "1.32.11",
"semver": "^7.3.8",
"tsx": "^3.12.2",
"typescript": "^4.9.4",
"typescript": "^5.0.4",
"vite-plugin-remove-console": "^1.3.0",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-windicss": "^1.8.10",
Expand Down
Loading

0 comments on commit dfd6a11

Please sign in to comment.