Firebase

NativeScript and Angular: Integrating Firebase
Are you looking to integrate Firebase with NativeScript and Angular? This article looks at how we can do this in detail. We'll be using the awesome nativescript-plugin-firebase by Eddy Verbruggen to achieve this. To get started, let's create a new NativeScript Angular application: # Create a new NativeScript application $ tns create

Ionic 3 and Firebase - User Email Authentication
In this article, we take a look at integrating Firebase user authentication within our Ionic applications. If you haven't set up Firebase inside of your application before, then I'd suggest following my article as a set up guide. Let's create a new project with Ionic and add Firebase/AngularFire2 to

Setting up AngularFire2 in an Angular Project
Firebase is a platform that allows us to add a vast amount of power to our applications. It offers everything from real time database, handles authentication with options from SMS, email to a variety of social platforms, as well as offering analytics, push notifications, and much more. One of the

Firebase Cloud Functions with Ionic 3
I was super excited when Firebase Cloud Functions were announced, as I'd been looking to integrate server-side functionality into my application(s) without the need for an extra Node solution. As we use them in Learn Ionic 3 From Scratch I figured I'd also make a smaller guide that simply