@fireaudit/client
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

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

Package Sidebar

Install

npm i @fireaudit/client

Weekly Downloads

1

Version

0.3.2

License

All Rights Reserved

Unpacked Size

31.3 kB

Total Files

44

Last publish

Collaborators

  • endran