firebase_data_connect
library
Classes
-
AnyValue
-
-
ConnectorConfig
-
ConnectorConfig options required for connecting to a Data Connect instance.
-
FirebaseDataConnect
-
DataConnect class
-
MutationRef<Data, Variables>
-
-
OperationRef<Data, Variables>
-
Reference to a specific query.
Contains variables, transport to execute queries, and serialization/deserialization strategies.
-
OperationResult<Data, Variables>
-
Result of an Operation Request (query/mutation).
-
Optional<T>
-
Optional Class that allows users to pass in null or undefined for properties on a class.
If the state value is set, then we make sure to include it in the request over the wire.
If it's unset, then the value is ignored when sending over the wire.
-
QueryRef<Data, Variables>
-
-
QueryResult<Data, Variables>
-
Result of a query request. Created to hold extra variables in the future.
-
Timestamp
-
Timestamp class is a custom class that allows for storing of nanoseconds.
Exceptions / Errors
-
DataConnectError
-
Error thrown when DataConnect encounters an error.