Can databases like Firebase order data?

For the people who don’t know, firebase is an external http server hosting for data.

Datastore Service has an option to GetOrderedData:(). Would there be a way to implement this with firebase? If so, how would I go about this?