【发布时间】:2020-07-16 11:46:38
【问题描述】:
我知道如何手动将 JSON 文件导入 Firebase。但是,我很难理解如何使这个过程自动化。
假设我有一个 Get 请求:http://api.openweathermap.org/data/2.5/weather?appid=83034a0ad18ba4efba3f7ce9946a157f&q=london&units=metric
我将如何每 30 分钟将生成的 JSON 导入 Firebase 实时数据库,甚至只是保持同步?
【问题讨论】:
标签: json firebase firebase-realtime-database