[[["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 2022-07-22 UTC."],[],[],null,["# Database class\n\nClass representing a Firebase Realtime Database.\n\n**Signature:** \n\n export declare class Database \n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|---------------------------------------------|-----------|-----------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|\n| [app](./database.database.md#databaseapp) | | [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) | The [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) associated with this Realtime Database instance. |\n| [type](./database.database.md#databasetype) | | (not declared) | Represents a `Database` instance. |\n\nDatabase.app\n------------\n\nThe [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) associated with this Realtime Database instance.\n\n**Signature:** \n\n readonly app: FirebaseApp;\n\nDatabase.type\n-------------\n\nRepresents a `Database` instance.\n\n**Signature:** \n\n readonly 'type' = \"database\";"]]