1.0.2 • Published 7 months ago

firebase-cfworkers v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

firebase-cfworkers

Currently supports the following:

  • Firebase Auth
  • 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.

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago