Skip to content

application-sdk 1.15.7

Install from the command line:
Learn more about npm packages
$ npm install @ecomplus/application-sdk@1.15.7
Install via package.json:
"@ecomplus/application-sdk": "1.15.7"

About this version

E-Com Plus Application SDK

CodeFactor npm version npm version 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

Variable Default Info
ECOM_AUTH_DB ./db.sqlite3 SQLite3 database pathname (if not using Firestore)
ECOM_AUTH_UPDATE enabled Set disabled to prevent update-tokens automatic service
ECOM_AUTH_DEBUG Set true to debug setup and background services
ECOM_AUTH_SETUP_TIMEOUT enabled disabled on Google (Firebase) Cloud Functions by default
ECOM_AUTH_UPDATE_INTERVAL enabled disabled on Google (Firebase) Cloud Functions by default

Documentation

No methods reference (TODO)

Details


Assets

  • application-sdk-1.15.7-npm.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0