且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

从Firebase读取数据,将JSON文件导入到数组结构化的Firebase控制台-Android

更新时间:2022-11-03 08:45:14

您可以在Firebase的存储中导入JSON文件,获取该JSON文件的url,并在应用程序中使用AsyncTask读取其内容.

you can import your JSON-File in Storage in Firebase, get the url for that json-File and read it's content using i.e. AsyncTask in your application.

这就是我所做的,以便将JSon-File与firebase一起使用.

that's what i did, to use JSon-File with firebase.