Skip to content

This is an initial crud shopping list project, developed to learn complete work-flow for ionic applications. Fire-base is used as database for this project.

Notifications You must be signed in to change notification settings

nikitasethgaba/Ionic3---Firebase-Crud-Project

Repository files navigation

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" };

About

This is an initial crud shopping list project, developed to learn complete work-flow for ionic applications. Fire-base is used as database for this project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published