1.1.23 • Published 1 year ago

@desertlionio/sdk v1.1.23

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Official Desert Lion SDK

Links

Installation

NPM

npm install desertlion

Yarn

yarn add desertlion

Usage

  1. Start using Desert Lion by importing the library.
import desertlion from '@desertlionio/sdk';
  1. Later on, add this to _app.tsx for Next.js applications, and in index.tsx for React applications.
desertlion.init({
  appId: '',
  userIdentifier: '',
});
  1. Optional - Identify the user later on, only after login.
desertlion.identifyUser({
  userIdentifier: '',
});

Open Source

1.1.23

1 year ago

1.1.22

1 year ago

1.1.19

2 years ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.21

1 year ago

1.1.20

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago