hive-base
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Hive Common

About

This package contains a few libraries shared between all projects developed by Hive.

Currently all development are made using Ionic 3.

Installation

$ npm i --save hive-common

Content

Providers

Firebase

//Used to encapsulate all the Authentication Logic with Firebase Authentication.
AuthProvider;

//Used to encapsulate basic comunication with Firebase Firestore, such as get Collections and Documents and save or retrieve data from them.
FirestoreProvider;

//Used to encapsulate basic comunication with Firebase Firestore to retrieve and save data from current authenticated user.
UsersFirestoreProvider;

//Used to encapsulate basic comunication with Firebase Storage to store files.
StorageProvider;

Ionic

//Used for presenting alerts with Ionic's AlertController.
AlertProvider;

//Used for presenting loaders with Ionic's LoadingController.
LoaderProvider;

//Used for presenting toasters with Ionic's ToastController.
ToasterProvider;

Browser

//Used to save and retrieve data on browser's Session Storage.
SessionStorageProvider;

Readme

Keywords

Package Sidebar

Install

npm i hive-base

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

98.8 kB

Total Files

102

Last publish

Collaborators

  • ygordanniel