Skip to content

This NodeJs 'script' uploads any JSON file into a NoSQL Firestore database. Simply follow the instructions and you will have your Data in the cloud!

Notifications You must be signed in to change notification settings

GasserJC/FirestoreUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions:

on your local machine create a folder/directory and cd into it and open a terminal.
git clone https://github.com/GasserJC/FirestoreUploader.git
cd FirestoreUploader
npm install

Now you will need to move two JSON files into this directory. One will be your IAM GCP credentials, and the other will be the JSON file you need to upload into your GCP firestore collection. Learn how to get your GCP credentials here: https://cloud.google.com/docs/authentication/getting-started
npm start

Now all you need to do is wait for the console to state, 'Finished Upload!!!'

Barring connection, this will achieve approximately 2500 writes per minute.

About

This NodeJs 'script' uploads any JSON file into a NoSQL Firestore database. Simply follow the instructions and you will have your Data in the cloud!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published