FirestoreSecurityRules_ReadVisibility$json top-level constant
- @Deprecated('Use firestoreSecurityRulesDescriptor instead')
Implementation
@$core.Deprecated('Use firestoreSecurityRulesDescriptor instead')
const FirestoreSecurityRules_ReadVisibility$json = {
'1': 'ReadVisibility',
'2': [
{'1': 'READ_VISIBILITY_UNDEFINED', '2': 0},
{'1': 'READ_VISIBILITY_EVERYONE', '2': 1},
{'1': 'READ_VISIBILITY_SELF', '2': 2},
],
};