FirestoreAuthEvent<T extends JSObject>
extension type
A FirestoreEvent with auth context
- on
- Implemented types
- Available extensions
Properties
- authId → String?
-
The unique identifier for the principal
no setter
- authType → String
-
The type of principal that triggered the event
no setter
- data → T
-
Information about this specific event.
no setterinherited
- database → String
-
The Firestore database
no setterinherited
- document → String
-
The document path
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
A globally unique ID for this event.
no setterinherited
- location → String
-
The location of the Firestore instance
no setterinherited
- namespace → String
-
The Firestore namespace
no setterinherited
- params → JSObject
-
An object containing the values of the path patterns.
Only named capture groups will be populated - {key}, {key=*}, {key=**}
no setterinherited
- project → String
-
The project identifier
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String
-
The resource that published this event.
no setterinherited
- specversion → String
-
Version of the CloudEvents spec for this event.
no setterinherited
- subject → String?
-
The resource, provided by source, that this event relates to.
no setterinherited
- time → String
-
When this event occurred.
no setterinherited
- type → String
-
The type of event that this represents.
no setterinherited
Methods
-
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