@hidetak/binding-wotfirestore-browser-bundle

0.0.4 • Public • Published

Browser Bundle of Firestore Binding

Bundle to run Firestore Binding as browser-side library.

Supported bindings

HTTP / HTTPS / WebSockets

Embedding Firestore Binding library in HTML

Include the following script tag in your html

<script src="https://cdn.jsdelivr.net/npm/@hidetak/binding-wotfirestore-browser-bundle@latest/dist/binding-wotfirestore-bundle.min.js"></script>

You can access all binding-wotfirestore functionality through the "BindingWoTFirestore" global object:

var WoTFirestoreClientFactory = BindingWoTFirestore.WoTFirestoreClientFactory;
var WoTFirestoreCodec = BindingWoTFirestore.WoTFirestoreCodec;
var WoTFirestoreServer = BindingWoTFirestore.WoTFirestoreServer;

Using binding-wotfirestore browser bundle library in web frameworks

Install browser-bundle in your project by running

  • npm install @hidetak/binding-wotfirestore-browser-bundle

Readme

Keywords

none

Package Sidebar

Install

npm i @hidetak/binding-wotfirestore-browser-bundle

Weekly Downloads

1

Version

0.0.4

License

EPL-2.0

Unpacked Size

672 kB

Total Files

8

Last publish

Collaborators

  • hidetak