Thanigaivelan
Thanigaivelan

Reputation: 175

Import Bulk Json to Firebase

  1. How can import the bulk json files to firebase using REST API.

  2. Is their any document or example for search in firebase.

  3. Is every search query string is saved in the firebase as file.

Upvotes: 7

Views: 11549

Answers (2)

Burhan Shakir
Burhan Shakir

Reputation: 237

If you just want to put a JSON file in firebase, go to your database add a node and paste the JSON there as its value. Firebase will parse it automatically.

Upvotes: 1

Rob DiMarco
Rob DiMarco

Reputation: 13266

Consult the Firebase REST API Quickstart and REST API Docs for examples of how to upload / import JSON and interact with the JSON store.

Upvotes: 1

Related Questions