FirebaseDatabase Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
FIRDataEventType
enum FIRDataEventType : NSInteger {}
This enum is the set of events that you can observe at a Firebase Database
location.
-
A new child node is added to a location.
Declaration
Objective-C
FIRDataEventTypeChildAdded
-
A child node is removed from a location.
Declaration
Objective-C
FIRDataEventTypeChildRemoved
-
A child node at a location changes.
Declaration
Objective-C
FIRDataEventTypeChildChanged
-
A child node moves relative to the other child nodes at a location.
Declaration
Objective-C
FIRDataEventTypeChildMoved
-
Any data changes at a location or, recursively, at any child node.
Declaration
Objective-C
FIRDataEventTypeValue
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-11 UTC.
[null,null,["Last updated 2025-03-11 UTC."],[],[],null,["# FirebaseDatabase Framework Reference\n\nFIRDataEventType\n================\n\n enum FIRDataEventType : NSInteger {}\n\nThis enum is the set of events that you can observe at a Firebase Database\nlocation.\n- `\n ``\n ``\n `\n\n ### [FIRDataEventTypeChildAdded](#/c:@E@FIRDataEventType@FIRDataEventTypeChildAdded)\n\n `\n ` \n A new child node is added to a location. \n\n #### Declaration\n\n Objective-C \n\n FIRDataEventTypeChildAdded\n\n- `\n ``\n ``\n `\n\n ### [FIRDataEventTypeChildRemoved](#/c:@E@FIRDataEventType@FIRDataEventTypeChildRemoved)\n\n `\n ` \n A child node is removed from a location. \n\n #### Declaration\n\n Objective-C \n\n FIRDataEventTypeChildRemoved\n\n- `\n ``\n ``\n `\n\n ### [FIRDataEventTypeChildChanged](#/c:@E@FIRDataEventType@FIRDataEventTypeChildChanged)\n\n `\n ` \n A child node at a location changes. \n\n #### Declaration\n\n Objective-C \n\n FIRDataEventTypeChildChanged\n\n- `\n ``\n ``\n `\n\n ### [FIRDataEventTypeChildMoved](#/c:@E@FIRDataEventType@FIRDataEventTypeChildMoved)\n\n `\n ` \n A child node moves relative to the other child nodes at a location. \n\n #### Declaration\n\n Objective-C \n\n FIRDataEventTypeChildMoved\n\n- `\n ``\n ``\n `\n\n ### [FIRDataEventTypeValue](#/c:@E@FIRDataEventType@FIRDataEventTypeValue)\n\n `\n ` \n Any data changes at a location or, recursively, at any child node. \n\n #### Declaration\n\n Objective-C \n\n FIRDataEventTypeValue"]]