mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-06-12 00:35:09 +08:00
Yarn workspaces: https://yarnpkg.com/lang/en/docs/workspaces/ This prevents the dreaded Invalid Hook call warning: https://reactjs.org/warnings/invalid-hook-call-warning.html
7 lines
97 B
JSON
7 lines
97 B
JSON
{
|
|
"firestore": {
|
|
"rules": "firestore.rules",
|
|
"indexes": "firestore.indexes.json"
|
|
}
|
|
}
|