ionicthemes / ionic-firebase-starter-app

Ionic 4 firebase CRUD tutorial to learn how to create a firebase application to perform Authentication and all CRUD operations in an ionic 4 application. You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend :)

Home Page:https://ionicthemes.com/tutorials/about/building-a-ionic-firebase-app-step-by-step

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a Complete Ionic Firebase App

In this ionic firebase tutorial we will show you how to create a firebase application to perform all CRUD operations in an ionic application.

In this ionic example you will see how to Create, Read, Update and Delete tasks using Firebase Firestore Database.

As a bonus you will also learn how to use Firebase Storage to store images or files from your Ionic app and link them to a specific user.

You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend.

For the Ionic 3 code please go here.

Read the complete Build a complete Ionic App with Firebase Tutorial

Set up

run npm install to install the project dependencies. run ionic serve to run the project locally.

You will have to create your Firebase project and add the project configurations to the environment.ts file. Read the tutorial to see how to do this.

Demo

Test the live demo

Screenshots

These are some screenshots of the ionic example app we are going to build in this Ionic Firebase Tutorial:

Get a premium Ionic Starter App

Did you know that we recently released Ionic Full Starter App? It's an ionic 5 template that you can use to jump start your Ionic app development and save yourself hundreds of hours of design and development. This template includes a complete integration with Firebase. Check it out!

About

Ionic 4 firebase CRUD tutorial to learn how to create a firebase application to perform Authentication and all CRUD operations in an ionic 4 application. You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend :)

https://ionicthemes.com/tutorials/about/building-a-ionic-firebase-app-step-by-step


Languages

Language:TypeScript 65.4%Language:HTML 23.6%Language:CSS 9.9%Language:JavaScript 1.1%