0.0.4 • Published 3 years ago

@hidetak/binding-wotfirestore-browser-bundle v0.0.4

Weekly downloads
1
License
EPL-2.0
Repository
github
Last release
3 years ago

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