0
的是如何我的道路看起來火力地堡:如何在Firebase中爲indexon unix時間戳設置運行?
/test/minute/us/1399855161.json {"me":1.12182333333,"you":1.12167,"event_count":3}
/test/minute/we/1399855161.json {"me":1.12182333333,"you":1.12167,"event_count":3}
如何設置規則,以便在火力地堡我能指數基於時間戳其中1399855161
是Unix時間戳?
目前,我有以下:
{
"rules": {
".read": "auth != null",
".write": "auth != null",
"local": {
".indexOn": ["us","we"]
}
}
}
我想根據日期範圍進行查詢。謝謝。