flutter/dev/docs/firebase_rules.json
Seth Ladd 1ac08b2632 Firebase hosting for docs (#4871)
* configs for firebase hosting

* use the implicit FIREBASE_TOKEN

* don't print every command (lowers the chance of printing secret env vars, and for realz only deploy when merging into master
2016-07-12 12:53:47 -07:00

7 lines
61 B
JSON

{
"rules": {
".read": false,
".write": false
}
}