firebase-import
firebase-import copied to clipboard
Node module for importing large data into Firebase.
``` firebase-import --database_url https://foo-bar-default-rtdb.europe-west1.firebasedatabase.app --path / --json foo.json --service_account scripts/foo-bar-admin.json ``` causes ``` Error: FIREBASE FATAL ERROR: Cannot parse Firebase url. Please use https://.firebaseio.com ``` But attempting to pass this...
## Brief: While uploading a 400mb file using this tool, I get Javascript heap overflow error. **Command used:** `firebase-import --database_url https://database.firebaseio.com/ --path / --json C:\User\Desktop\file.json --service_account C:\Users\service_account.json` **Complete Error log:**...
size += JSON.stringify(value).length; ^ TypeError: Cannot read property 'length' of undefined
I run the following command: `firebase-import --database_url https://my_db.firebaseio.com --path / --json data.json --service_account auth.json` and get back a deprecation message about `serviceAccount` `The 'serviceAccount' property specified in the first argument...
I'm uploading a json file that is right around 20mb and it's loading at a snails pace. I also tried using the firebase-streaming-import tool and for whatever reason that couldn't...
The README suggests using [firebase-streaming-import](https://github.com/firebase/firebase-streaming-import) for files larger than 250MB. My database that I'd like to import is well over that threshold (6GB+), and with the speed of ~30seconds/MB, that...
https://console.cloud.google.com/iam-admin/serviceaccounts 
Hi It would be good to show an example json file .
It would be nice to use .push so that when data is saved it creates a uniqueidentifier.