0.1.0 • Published 5 years ago

acl-firestore-backend v0.1.0

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
5 years ago

acl-firestore-backend

Firestore backend for NODE ACL

$ yarn add acl-firestore-backend

Example

import Acl from 'acl';
import * as admin from 'firebase-admin';
import FirebaseBackend from 'acl-firestore-backend';

// initialize firebase application

const backend = new FirestoreBackend(admin.firestore(), 'acl');
const acl = new Acl(backend);
0.1.0

5 years ago

0.0.0

5 years ago