Last updated on September 24th, 2018 | Are you sure that the data you’re sending is the data getting saved in the database? That question made you think, didn’t it? Let’s go through a hypothetical example: Let’s say you’re hired to build an app that tracks the number of guests that go to an event, […]
Integrating Firebase and Ionic Framework
In this section, you'll find articles that will help you integrate Ionic with Firebase, one of the most powerful backend solutions out there.
The best way to get started is through my FREE Crash Course.
How to sync Lists from Firebase and display them in Ionic Apps
Last updated on September 24th, 2018 | In a previous tutorial, we learned how to CRUD objects from the Firebase database, now it’s time to work with lists of data. In this guide, you’ll learn how to read a list from Firebase and display it in your Ionic app, how to add items to that […]
Fetch objects from Firebase database and display them in your Ionic App
Last updated on September 24th, 2018 | CRUD, it’s one of those things that every app needs to do, CRUD stands for Create, Read, Update, and Delete, and it refers to the operations we do with our app’s data. In this guide, you’ll learn how to store new objects to the database, read those objects […]
Ionic Firebase Authentication: Step-by-Step Guide
Last updated on September 24th, 2018 | If you’ve ever built your authentication system you know it can be a pain, setting up secure servers, building the entire back-end, it can take a while when all you want is to focus on making your app great. That right there is the main reason I chose […]
Hybrid App Development: How do I get Started?
Last updated on September 24th, 2018 | Want to get started with Hybrid App Development but not sure what you need to know first? Don’t worry, I’ll cover here what the skills you need to get up and running with hybrid app development if you follow this path, you’ll be building your apps within a […]