Sydney Zhang

Results 1 issues of Sydney Zhang

I'm trying to retrieve the last piece of data added to my firebase database using `data = db.child("problem").order_by_key().limit_to_last(1).get().val()` but I get the attached errors, which don't occur when I simply...