Skip to content

Instantly share code, notes, and snippets.

@LukyanovAnatoliy
Created April 18, 2019 22:11
Show Gist options
  • Save LukyanovAnatoliy/bd698268c7c07c90684decaaaf46b462 to your computer and use it in GitHub Desktop.
Save LukyanovAnatoliy/bd698268c7c07c90684decaaaf46b462 to your computer and use it in GitHub Desktop.
remoteDB.collection("Tasks")
.addSnapshotListener { querySnapshot, error ->
// querySnapshot - list of changes
// error - error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment