RulesFile interface

いくつかの Firebase セキュリティ ルールを含むソース ファイル。コンテンツには、テキストの書式設定、インデント、コメントを含む生のソース コードが含まれます。このタイプの新しいインスタンスを作成するには、 SecurityRules.createRulesFileFromSource()メソッドを使用します。

サイン:

export interface RulesFile 

プロパティ

財産タイプ説明
コンテンツ
名前

ルールファイル.コンテンツ

サイン:

readonly content: string;

ルールファイル.名

サイン:

readonly name: string;