Created
May 15, 2017 19:55
-
-
Save aataraxiaa/5ec31bb6c733bc58eecb1179676cb624 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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