Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 707 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 707 Bytes

IonicFirbaseCRUDProject

This is a basic crud application, created to get an introductory work flow on using IONIC 3 along with google firebase as database. This application can be used as start up application for anyone who is new to IONIC / Angular JS.

To use this application as it as,

Please update Firebase credentials in file src\app\firebase.credentials.ts to your crendentials. The credentials can easily be obtained by creating google firebase account.

export const FIREBASE_CONFIG = { apiKey: "YOUR-API-KEY", authDomain: "YOUR-PROJECT-AUTHDOMAIN", databaseURL: "YOUR-DB-URL", projectId: "YOUR-PROJECT-ID", storageBucket: "", messagingSenderId: "YOUR-SENDER-ID" };