有什么方法可以在我的应用程序中查询仪表板的分析选项卡中的数据吗?
例如:
ref.on("value", function(dashboard) {
console.log(dashboard.concurrentUsers)
});
Run Code Online (Sandbox Code Playgroud) 将 Firebase 事件链接到大数据时遇到问题。
在 Firebase Analytics 中,我有很多 event 。
我将 Firebase 与 Big Query 联系起来
但是在 Big Query 中,我看不到它。
我怎么能看到呢?
