RulesFile interface

包含一些 Firebase 安全性規則的來源檔案。內容包括文字格式、縮排和註解等原始原始碼。使用 SecurityRules.createRulesFileFromSource() 方法建立這種類型的新執行個體。

簽名:

export interface RulesFile 

屬性

屬性 類型 說明
內容 字串
name 字串

規則檔案.content

簽名:

readonly content: string;

規則檔案名稱

簽名:

readonly name: string;