Importing Bulk Json into Firebase

  • How to import arrays of json files into firebase using REST API.

  • Is their doc or example to search in firebase.

  • Is each search query string saved in firebase as a file.

+3


source to share


1 answer


Refer to Firebase REST API Quickstart and REST API Docs for examples on how to load / import JSON and interact with JSON storage.



+1


source







All Articles