@jahed/firebase-rules
Version:
A type-safe Firebase Real-time Database Security Rules builder.
7 lines • 465 B
JavaScript
export { allowAll, denyAll } from "./expression.js";
export { branch } from "./flow.js";
export { add, allOf, between, concat, divide, equal, greaterThan, lessThan, modulus, multiply, negate, not, notEqual, oneOf, subtract, } from "./operator.js";
export { indexOn, read, validate, value, write } from "./rule.js";
export { node, param, props } from "./structure.js";
export { auth, data, newData, now, root } from "./variable.js";
//# sourceMappingURL=index.js.map