🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@node-wot/binding-firestore-browser-bundle

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-wot/binding-firestore-browser-bundle

A binding-firestore bundle that can run in a web browser

0.7.8
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
4
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 09 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts