Skip to content

kyungseopk1m/firebase-bulkwriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firebase-bulkwriter

Example for firebase bulkwriter.
I wrote it, so you can edit it in your own way as needed.
Used Node.JS v18.14.2 without any framework.
To implement this code, the relevant reference was consulted.

Running BulkWrite

npm run dev

Download Firebase Config

To run this project, you'll need the JSON file related to the Firebase Admin SDK.
Follow these steps to obtain the Firebase Admin SDK private key:

  1. Go to Service accounts in the Firebase Console.
  2. Under Firebase Admin SDK (Node.js), click Generate new private key.
  3. Download the JSON file and place it in the 'config' folder.

Once you have the JSON file, create a '.env' file at the project's root directory, and enter the absolute path to the JSON file in a variable named FIREBASE_CONFIG.

About

BulkWrite JSON files in Firebase using TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published