英文:
How to show consolidated Firebase data?
问题
这里的挑战是我一直在管理5个不同的移动应用程序,每个应用都有一个独立的Firebase项目。
因此,为了查看崩溃日志、总下载量以及获取其他Firebase详细信息,我需要分别访问每个项目。
我正在寻找一个解决方案,可以在一个页面上为我提供所有应用程序的数据。
即一个网页显示所有应用程序的详细信息。这可以节省我访问每个应用程序的时间。
我如何实现这一目标?Firebase是否提供任何API,通过它我可以获取这些详细信息?
英文:
Here the challenge is I have been managing 5 different mobile apps and each has a separate Firebase Project.
So to view crash logs, and total downloads and to get other firebase details I need to visit each project separately.
I am looking for a solution that provides me with all the app data on one page.
i.e. Web page that shows all apps details. That saves my time to visit each app.
How would I achieve this? Is Firebase provide any API through which I can fetch details?
答案1
得分: 1
抱歉,目前没有一种方法可以在一个页面上查看五个项目中的所有应用数据。
不,Firebase没有提供任何API,可以用来获取详细信息。您必须分别查看每个项目中的数据。
英文:
> I am looking for a solution that provides me with all app data on one page.
Unfortunately, there is currently no way to view the data within 5 projects in a single place.
> Firebase provides any API through which I can fetch details?
No, it doesn't. You have to view the data in each project separately.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论