RulesFile interface

A source file containing some Firebase security rules. The content includes raw source code including text formatting, indentation and comments. Use the SecurityRules.createRulesFileFromSource() method to create new instances of this type.

Signature:

exportinterfaceRulesFile

Properties

PropertyTypeDescription
contentstring
namestring

RulesFile.content

Signature:

readonlycontent:string;

RulesFile.name

Signature:

readonlyname:string;