FakeFirebaseSecurityRules class
Constructors
- FakeFirebaseSecurityRules(String securityRules, {Logger? logger})
Properties
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