0.7.8 • Published 3 years ago

@node-wot/binding-firestore-browser-bundle v0.7.8

Weekly downloads
-
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/@node-wot/binding-firestore-browser-bundle@latest/dist/binding-firestore-bundle.js"></script>

You can access all binding-firestore functionality through the "BindingFirestore" global object:

var FirestoreClientFactory = BindingFirestore.FirestoreClientFactory
var FirestoreCodec = BindingFirestore.FirestoreCodec
var FirestoreServer = BindingFirestore.FirestoreServer

Using binding-firestore browser bundle library in web frameworks

Install browser-bundle in your project by running

  • npm install @node-wot/binding-firestore-browser-bundle