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:

export interface RulesFile 

Properties

Property Type Description
content string
name string

RulesFile.content

Signature:

readonly content: string;

RulesFile.name

Signature:

readonly name: string;