mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-05-12 16:32:43 +08:00
Add integration test for deployment of functions (#111)
This commit is contained in:
6
scripts/test-project/database.rules.json
Normal file
6
scripts/test-project/database.rules.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"rules": {
|
||||
".read": true,
|
||||
".write": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user