1.0.16 • Published 1 year ago

firebase-services-pkg v1.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Installation

npm i firebase-services-pkg

Usage

import FireBaseService from 'firebase-services-pkg';

const firebaseConfig = {
  apiKey: FIREBASE_API_KEY,
  authDomain: FIREBASE_AUTH_DOMAIN,
  databaseURL: FIREBASE_DB_URL,
  projectId: FIREBASE_PROJECT_ID,
  storageBucket: FIREBASE_STORAGE_BUCKET,
  messagingSenderId: FIREBASE_MESSAGING_SENDER_ID,
  appId: FIREBASE_APP_ID,
}

const FireBase = FireBaseService.getInstance(firebaseConfig);
const FireBaseAuth = FireBase.getFireBaseAuth();
const FireBaseStore = FireBase.getFirebaseStore();
const FireBaseStorage = FireBase.getFireBaseStorage();

export { FireBaseAuth, FireBaseStore, FireBaseStorage };

Contributing

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

License

Eliasabulail

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago