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. DeclarationObjective-C FIRDataEventTypeChildAdded
- 
                  
                  A child node is removed from a location. DeclarationObjective-C FIRDataEventTypeChildRemoved
- 
                  
                  A child node at a location changes. DeclarationObjective-C FIRDataEventTypeChildChanged
- 
                  
                  A child node moves relative to the other child nodes at a location. DeclarationObjective-C FIRDataEventTypeChildMoved
- 
                  
                  Any data changes at a location or, recursively, at any child node. DeclarationObjective-C FIRDataEventTypeValue