Skip to content

Commit

Permalink
Merge pull request #27 from ciatph/dev
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
ciatph authored Feb 9, 2025
2 parents c17286f + 032bea6 commit 5016437
Show file tree
Hide file tree
Showing 5 changed files with 959 additions and 1,576 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FIREBASE_SERVICE_ACC=[FIREBASE-SERVICE-ACCOUNT-JSON-ONE-LINER]
FIREBASE_PRIVATE_KEY=[PRIVATE-KEY-FROM-FIREBASE-SERVICE-ACCOUNT-JSON-WITH-DOUBLE-QUOTES]
FIREBASE_DB_URL=[]FIREBASE-REALTIMEDB-URL-OPTIONAL]
FIREBASE_DB_URL=[FIREBASE-REALTIMEDB-URL-OPTIONAL]
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
examples/
.github/
.env
.vscode
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ We welcome contributions! Please see [CONTRIBUTING.md](https://github.com/ciatph
The following dependencies are used for this project. Feel free to use other dependency versions as needed.

1. Windows, Mac or Linux OS
2. NodeJS version 16.14.2
2. NodeJS LTS version 18 or higher
```
Recommended:
node: >= 18.20.6
npm: >= 10.8.2
```
3. Access to a Firebase Project [[link]](https://firebase.google.com/)
- Pricing Plan: Spark plan or higher
- Service account credentials JSON file
Expand All @@ -77,9 +82,11 @@ The following dependencies are used for this project. Feel free to use other dep
(See package.json for more information.)
1. [firebase-admin](https://www.npmjs.com/package/firebase-admin) v11.0.1
1. [firebase-admin](https://www.npmjs.com/package/firebase-admin) v13.1.0
2. [fast-csv](https://www.npmjs.com/package/fast-csv) v4.3.6
> [!IMPORTANT]
> **firebase-admin v13.1.0** requires at least **NodeJS v18+** to run.
## Installation
Expand Down
Loading

0 comments on commit 5016437

Please sign in to comment.