[New Feature] Add firestore to data layer

This commit is contained in:
Qolzam
2017-11-30 13:41:02 +07:00
parent 92379b615c
commit 22a5b46f36
67 changed files with 1844 additions and 615 deletions

View File

@@ -1,10 +1,11 @@
{
"plugins": [
"react-hot-loader/babel",
"transform-decorators-legacy"
"transform-decorators-legacy",
"transform-runtime"
],
"presets": [
"babel-polyfill", ["env", { "modules": false }],
["env", { "modules": false }],
"react",
"stage-0"
]