firebase

Hero image for article
Icon for article
angularfirebackendfirebaseintermediateionic2

Building a CRUD Ionic Application with Firebase & AngularFire

7 min read

Firebase is one of the most powerful and popular Database as a Service (DBaaS) solutions available today. It provides a document based NoSQL database, with real-time capability.

Hero image for article
Icon for article
angularbackendfirebaseintermediateionicpwa

Hosting an Ionic PWA with Firebase Hosting

4 min read

In this tutorial, we are going to walk through how to host an Ionic PWA using Firebase Hosting.

Hero image for article
Icon for article
authenticationfirebaseionic

Email and Facebook Authentication with Ionic 1.x and Firebase

4 min read

We will set up a simple email and Facebook authentication process, and we will also look at how to integrate the Facebook Connect plugin so that users can authenticate using the Facebook app on their native device, rather than using an in app browser.

Hero image for article
Icon for article
backendfirebaseionic

Create a Real Time Chat App with Ionic 1.x and Firebase

3 min read

We will keep our existing login flow, but now when a user is authenticated we will send them to the chat room. From here they will be able to see a list of all of the messages that have been sent, and they will be able to add their own messages

Hero image for article
Icon for article
backendfirebaseionic

Implementing the Master Detail Pattern in Ionic 1.x with Firebase

4 min read

What I'm going to do in this tutorial is modify the application Andrew created to use Firebase as the backend for data storage.