Total number of records in Firebase (when am I done counting?)

前端 未结 3 1491
小蘑菇
小蘑菇 2020-12-19 16:33

Counting records in a table is obviously a manual effort until you guys get some of that spiffy new functionality already in the works ;)

However, I\'m stuck on even

3条回答
  •  抹茶落季
    2020-12-19 17:22

    Until FB implements count as a returned function, I guess the best way to not have client side loop through any returned records is to fetch it the REST way.

    ref: What’s the best RESTful method to return total number of items in an object?

提交回复
热议问题