Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的公司开始将 Firebase 用于我们的一些商业产品,到目前为止,我们对产品非常满意。然而,我们确实有一个问题,那就是 Forge UI。
它在大数据集上非常慢,因为它将整个 firebase 加载到 DOM 中。我猜如果我们获得数百 MB 的数据,它甚至不会工作。
是否有计划对 Forge UI 实施某种“分页”?
有没有其他 Firebase 用户找到解决此问题的方法?
一个简单的解决方法是使用更具体的 URL 来加载 Forge,而不是尝试加载根数据集。
例如,如果我的 Firebase 是,我可以访问kato,而不是访问。https://kato.firebaseio.comhttps://kato.firebaseio.com/widgets/red
kato
https://kato.firebaseio.com
https://kato.firebaseio.com/widgets/red
Forge 在工作中进行了一些改进,以帮助处理大型数据集。我不确定他们在路线图上的位置。