Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aataraxiaa/5ec31bb6c733bc58eecb1179676cb624 to your computer and use it in GitHub Desktop.
Save aataraxiaa/5ec31bb6c733bc58eecb1179676cb624 to your computer and use it in GitHub Desktop.
fileprivate let ref = FIRDatabase.database().reference().child("List_of_stuff")
_ = ref.queryLimited(toLast: 30).observe(.value, with: { snapshot in
// Do stuff here with the returned elements
//...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment