onemesdk1
v1.0.0
Published
Package that contains all functions and dependencies needed to add OneMe functionality to your node.js backend
Downloads
0
Readme
OneMeSDK
This package contains the dependencies and documentation to add OneMe functionality to your node.js backend.
Instalation
npm install OneMeSDK --save
Then....
import oneMe from 'OneMeSDK'
const OneMeConfig = {
"projectId": "onemeapp-c7476",
"buid": BUSINESSID //RETRIEVE THIS VALUE FROM THE BUSINESS PORTAL,
"bidPassword": BUSINESSPASSWORD //RETRIEVE THIS VALUE FROM THE BUSINESS PORTAL,
"apiKey": "AIzaSyDcI6i58VyeG7Vfc97lhUhl2FbwrmKxvXA",
"authDomain": "onemeapp-c7476.firebaseapp.com",
"appId": "1:824485992095:web:e077539e9cf3df9c0ab4aa",
"storageBucket": "onemeapp-c7476.appspot.com",
"messagingSenderId": "824485992095"
}
