Type Definitions
The following type definitions are available globally.
-
A
DatabaseHandle
is used to identify listeners of Firebase Database events. These handles are returned byobserve(_:with:)
and can later be passed toremoveObserver(withHandle:)
to stop receiving updates.Declaration
Objective-C
typedef NSUInteger FIRDatabaseHandle