mirror of
https://github.com/NayamAmarshe/writedown.git
synced 2023-07-20 23:09:23 +03:00
21 lines
329 B
JSON
21 lines
329 B
JSON
{
|
|
"firestore": {
|
|
"rules": "firestore.rules",
|
|
"indexes": "firestore.indexes.json"
|
|
},
|
|
"emulators": {
|
|
"auth": {
|
|
"port": 9099,
|
|
"host": "127.0.0.1"
|
|
},
|
|
"firestore": {
|
|
"port": 8080,
|
|
"host": "127.0.0.1"
|
|
},
|
|
"ui": {
|
|
"enabled": true
|
|
},
|
|
"singleProjectMode": true
|
|
}
|
|
}
|