Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["# RulesFile interface\n\nA source file containing some Firebase security rules. The content includes raw source code including text formatting, indentation and comments. Use the [SecurityRules.createRulesFileFromSource()](./firebase-admin.security-rules.securityrules.md#securityrulescreaterulesfilefromsource) method to create new instances of this type.\n\n**Signature:** \n\n export interface RulesFile \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------|--------|-------------|\n| [content](./firebase-admin.security-rules.rulesfile.md#rulesfilecontent) | string | |\n| [name](./firebase-admin.security-rules.rulesfile.md#rulesfilename) | string | |\n\nRulesFile.content\n-----------------\n\n**Signature:** \n\n readonly content: string;\n\nRulesFile.name\n--------------\n\n**Signature:** \n\n readonly name: string;"]]