Arnav Vohra
Arnav Vohra

Reputation: 397

Alternative way to import json files to realtime database in firebase

I was going through a google codelabs tutorial in which they show how to make a chat app https://codelabs.developers.google.com/codelabs/firebase-android/#0.

We have to select Database from the navigation menu in the firebase console & go into the overflow menu & select import project.

We have to browse to a folder and select a json file and then press on the import button. The problem is that the Browse button is not working so:

Is there another way to import the JSON file into the realtime database?

The pop up that comes up on clicking import project & in which the browse button desn't work.

Upvotes: 2

Views: 2331

Answers (3)

sohail naseer
sohail naseer

Reputation: 71

The button works on Firefox, had some issue in Chrome

Upvotes: 2

Grzegorz Bielański
Grzegorz Bielański

Reputation: 958

I am using Vulcan by Firebase for any JSON updates in Firebase and it works perfect. Vulcan by Firebase is Chrome extension.

Upvotes: 0

HaMiD Sani
HaMiD Sani

Reputation: 400

Had similar issue on Chrome. The button works on Firefox

Upvotes: 3

Related Questions