1.15.7 • Published 3 years ago

@ecomplus/application-sdk v1.15.7

Weekly downloads
270
License
MIT
Repository
github
Last release
3 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

3 years ago

1.15.6

4 years ago

1.15.5

4 years ago

1.15.0

4 years ago

1.15.4

4 years ago

1.15.3

4 years ago

1.15.2

4 years ago

1.15.1

4 years ago

1.14.9

4 years ago

1.14.10

4 years ago

1.14.11

4 years ago

1.14.8

4 years ago

1.14.7

4 years ago

1.14.6

4 years ago

1.14.5

4 years ago

1.14.4

4 years ago

1.14.3

4 years ago

1.14.2

4 years ago

1.14.1

4 years ago

1.14.0

5 years ago

1.13.1

5 years ago

1.13.0

5 years ago

1.12.4

5 years ago

1.12.3

5 years ago

1.12.2-sqlite

5 years ago

1.12.2-firestore

5 years ago

1.12.2

5 years ago

1.12.1-sqlite

5 years ago

1.12.1

5 years ago

1.12.1-firestore

5 years ago

1.12.0

5 years ago

1.11.12

5 years ago

1.11.13

5 years ago

1.11.11

5 years ago

1.11.10

5 years ago

1.11.9

5 years ago

1.11.8

5 years ago

1.11.7

5 years ago

1.11.6

5 years ago

1.11.5

5 years ago

1.11.4

5 years ago

1.11.3

5 years ago