1.15.7 • Published 2 years ago

@ecomplus/application-sdk v1.15.7

Weekly downloads
270
License
MIT
Repository
github
Last release
2 years ago

E-Com Plus Application SDK

CodeFactor npm version License MIT

Abstractions for apps authentication and methods to E-Com Plus Store API with NodeJS and Firestore/SQLite.

Getting started

Install pkg with firestore or sqlite tag:

npm i --save @ecomplus/application-sdk@firestore
# OR
npm i --save @ecomplus/application-sdk@sqlite

Or you may also install default version and respective database client (depending on your environment):

npm i --save @ecomplus/application-sdk --no-optional
npm i --save sqlite3@4
# OR
npm i --save firebase-admin@8

Environment variables

VariableDefaultInfo
ECOM_AUTH_DB./db.sqlite3SQLite3 database pathname (if not using Firestore)
ECOM_AUTH_UPDATEenabledSet disabled to prevent update-tokens automatic service
ECOM_AUTH_DEBUGSet true to debug setup and background services
ECOM_AUTH_SETUP_TIMEOUTenableddisabled on Google (Firebase) Cloud Functions by default
ECOM_AUTH_UPDATE_INTERVALenableddisabled on Google (Firebase) Cloud Functions by default

Documentation

No methods reference (TODO)

1.15.7

2 years ago

1.15.6

3 years ago

1.15.5

3 years ago

1.15.0

3 years ago

1.15.4

3 years ago

1.15.3

3 years ago

1.15.2

3 years ago

1.15.1

3 years ago

1.14.9

3 years ago

1.14.10

3 years ago

1.14.11

3 years ago

1.14.8

3 years ago

1.14.7

3 years ago

1.14.6

3 years ago

1.14.5

3 years ago

1.14.4

3 years ago

1.14.3

3 years ago

1.14.2

3 years ago

1.14.1

3 years ago

1.14.0

4 years ago

1.13.1

4 years ago

1.13.0

4 years ago

1.12.4

4 years ago

1.12.3

4 years ago

1.12.2-sqlite

4 years ago

1.12.2-firestore

4 years ago

1.12.2

4 years ago

1.12.1-sqlite

4 years ago

1.12.1

4 years ago

1.12.1-firestore

4 years ago

1.12.0

4 years ago

1.11.12

4 years ago

1.11.13

4 years ago

1.11.11

4 years ago

1.11.10

4 years ago

1.11.9

4 years ago

1.11.8

4 years ago

1.11.7

4 years ago

1.11.6

4 years ago

1.11.5

4 years ago

1.11.4

4 years ago

1.11.3

4 years ago