FirebaseFirestore Framework Reference

FIRDocumentChangeType

enum FIRDocumentChangeType : NSInteger {}

An enumeration of document change types.

  • Indicates a new document was added to the set of documents matching the query.

    Declaration

    Objective-C

    FIRDocumentChangeTypeAdded
  • Indicates a document within the query was modified.

    Declaration

    Objective-C

    FIRDocumentChangeTypeModified
  • Indicates a document within the query was removed (either deleted or no longer matches the query.

    Declaration

    Objective-C

    FIRDocumentChangeTypeRemoved