firebase-cfworkers
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

firebase-cfworkers

Currently supports the following:

  • [x] Firebase Auth
  • [x] Firebase Firestore
  • [ ] Firebase Storage
  • [ ] Firebase Realtime Database
  • [ ] Firebase Cloud Messaging

Installation

npm install firebase-cfworkers

Usage

import { getApp, getAuth, getFirestore } from 'firebase-cfworkers';

const app = getApp({
  /* service account json */
});

const auth = getAuth(app);
const firestore = getFirestore(app);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

/firebase-cfworkers/

    Package Sidebar

    Install

    npm i firebase-cfworkers

    Weekly Downloads

    2

    Version

    1.0.2

    License

    Apache-2.0

    Unpacked Size

    46.4 kB

    Total Files

    28

    Last publish

    Collaborators

    • franknoh