firebase_database_web library

Classes

DatabaseEventWeb
Web implementation for firebase DataSnapshotPlatform
DatabaseReferenceWeb
Web implementation for firebase DatabaseReferencePlatform
DataSnapshotWeb
Web implementation for firebase DataSnapshotPlatform
FirebaseDatabaseWeb
Web implementation for DatabasePlatform delegates calls to firebase web plugin
OnDisconnectWeb
Web implementation for firebase OnDisconnectPlatform
QueryWeb
An implementation of QueryPlatform which proxies calls to js objects
TransactionResultWeb

Functions

convertFirebaseDatabaseException(Object exception, [StackTrace? stackTrace]) → FirebaseException
webEventToPlatformEvent(DatabaseReferencePlatform ref, DatabaseEventType eventType, QueryEvent event) → DatabaseEventPlatform
Builds EventPlatform instance form web event instance
webSnapshotToPlatformSnapshot(DatabaseReferencePlatform ref, DataSnapshot snapshot) → DataSnapshotPlatform
Builds DataSnapshotPlatform instance form web snapshot instance