1.3.0 • Published 6 years ago

hive-common v1.3.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 years ago

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;
1.3.0

6 years ago

1.2.1

6 years ago

1.1.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago