Does Firebase have built-in functionality to retrieve random items?

ぐ巨炮叔叔 提交于 2019-12-25 09:25:03

问题


I'm planning on doing a Firebase project with thousands (probably tens of thousands) of items in the realtime database, and need to be able to both order, filter and pick a random item. I can of course do the randomization on the client, but if Firebase already has this functionality, it would be better.

I have done some searching, and most of the related hits are 2-3 years old and states that this is not available. Does anyone know if the support is here now in late 2016?

来源:https://stackoverflow.com/questions/40375718/does-firebase-have-built-in-functionality-to-retrieve-random-items

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!