@node-wot/binding-firestore-browser-bundle
v0.7.8
Published
A binding-firestore bundle that can run in a web browser
Downloads
5
Keywords
Readme
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