Commits


Gil authored and GitHub committed 33b12f6c707
Replace `DocumentListenOptions` with a simple boolean. (#1099) * Replace `DocumentListenOptions` with a simple boolean. Instead of calling `addSnapshotListener(options: DocumentListenOptions.includeMetadataChanges(true))` call `addSnapshotListener(includeMetadataChanges:true)` * Style