FakeFirebaseSecurityRules class

Constructors

FakeFirebaseSecurityRules(String securityRules, {Logger? logger})

Properties

hashCode int
The hash code for this object.
no setterinherited
logger → Logger
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service ↔ Service
latefinal

Methods

isAllowed(String path, Method method, {Map<String, dynamic> variables = const {}}) bool
Evaluates whether an operation is allowed or not. path is the full path from root without a starting '/'.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited