0.3.2 • Published 4 years ago

@fireaudit/client v0.3.2

Weekly downloads
11
License
All Rights Reserv...
Repository
gitlab
Last release
4 years ago

FireAudit Client

Installation

npm install @fireaudit/client --save

or

yarn add @fireaudit/client

Usage

Add this code to your index.ts file to get started. Be sure to grab your API key with your free account at https://fireaudit.studio.

exports.fireaudit = new FireAudit().build({
  levels: 2, // How mane levels of nesting does your Firestore database have
  mode: 'HTTPS', // Use HTTPS to get started, use PUBSUB for excellent reliability.
  apiKey: 'EXAMPLE_API_KEY', // Get your key at https://fireaudit.studio
  url: 'EXAMPLE_URL' // This you will also get at https://fireaudit.studio
});

Done, thats it. Now deploy your functions as regular, and within minutes you should see FireAudit working for your at https://fireaudit.studio.

License

Copyright (c) 2019 codecentric nl Copyright (c) 2019 David Hardy

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago