A DatabaseHandle is used to identify listeners of Firebase Database
events. These handles are returned by observe(_:with:) and can later be
passed to removeObserver(withHandle:) to stop receiving updates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-11 UTC."],[],[],null,["# FirebaseDatabase Framework Reference\n\nType Definitions\n================\n\nThe following type definitions are available globally.\n- `\n ``\n ``\n `\n\n ### [DatabaseHandle](#/c:FIRDatabaseQuery.h@T@FIRDatabaseHandle)\n\n `\n ` \n A `DatabaseHandle` is used to identify listeners of Firebase Database\n events. These handles are returned by `observe(_:with:)` and can later be\n passed to `removeObserver(withHandle:)` to stop receiving updates. \n\n #### Declaration\n\n Swift \n\n typealias DatabaseHandle = UInt"]]