1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-09-09 04:30:41 +02:00

add poc for firestore

This commit is contained in:
Kushagra Gour
2018-01-06 03:48:28 +05:30
parent 7fa2e745b2
commit 0d84ded781
7 changed files with 220 additions and 54 deletions

View File

@@ -46,7 +46,7 @@
"new-parens": "error",
"newline-after-var": "off",
"newline-before-return": "off",
"newline-per-chained-call": "error",
"newline-per-chained-call": "off",
"no-alert": "off",
"no-array-constructor": "error",
"no-bitwise": "off",
@@ -201,6 +201,7 @@
"utils": true,
"Promise": true,
"Inlet": true,
"db": true
"db": true,
"firebase": true
}
}