0.0.1 • Published 4 years ago

resulwebsdk v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Import with following code

import  ResulWebSdk  from  'resulwebsdk';

Initialize with following code

let  Rewebsdk  =  new ResulWebSdk({
    appConfig: {
	    tenantName: "",
	    tenantId: "",
	    tenant_ga:""
    },

    pushNotification: {
	    pushConfig: {
		    apiKey: "",
		    authDomain: "",
		    databaseURL: "",
		    projectId: "",
		    storageBucket: "",
		    messagingSenderId: "73225798329"
	    },
	    pushHeaderKey: "",
	    serviceworkerfile : ""
	}
});

Rewebsdk.initialize();
0.0.1

4 years ago