UNPKG

chai-fireproof

Version:

Firebase and Fireproof support for the Chai assertion library.

17 lines (16 loc) 265 B
{ "rules": { "adminOnly": { ".read": false, ".write": false }, "specificUser": { ".read": "auth.uid == 'custom:1'", ".write": "auth.uid == 'custom:1'" }, "$else": { ".read": true, ".write": true } } }