DatabaseChange

public struct DatabaseChange

Database Change information

  • The database.

    Declaration

    Swift

    public let database: Database
  • The IDs of the document that changed.

    Declaration

    Swift

    public let documentIDs: [String]