ChrizTalk

Category: Ionic

Home Category: Ionic

Ionic 3 and Firebase Facebook authentication using AngularFire2

October 19, 2017Chriz1 comment

This post is based on my previous post Ionic 3 and Firebase authentication using AngularFire2. You can download the code on GitHub at https://github.com/henkie14/ionic3Firebase. Make sure you change the Firebase configuration in the app.module.ts file. In this post I will continue working on the project above and add native Facebook authentication to the Ionic app….

Ionic 3 and Firebase authentication using AngularFire2

May 24, 2017Chriz8 comments

In this post I will describe how to use Firebase email/password functionality in an Ionic 3 application using AngularFire2. We will create a login form, a signup form and a password recovery form that will bind to your Firebase application. This post is a based on my previous post about the setup of Ionic 3,…

Ionic 3, Firebase and AngularFire2

May 23, 2017ChrizNo Comments

Just got my Ionic 3 app with Firebase integration working, in this post I will try to explain what I did to get it working. The first part of this blog will cover the setup of Ionic 3, Angulafire2 and Firebase. After that I will show you how to setup email/password authentication using a simple…

Ionic 2 and Font Awesome using Sass

March 7, 2017Chriz16 comments

In my previous post Ionic 2 and Font Awesome I showed you how to use Font Awesome in your Ionic 2 app. In this post I will do the same :), but I will do it the sass way. Here’s how to do it: Start by creating a new application or cd to your existing…

Using Google Fonts in Ionic 2

February 8, 2017Chriz8 comments

In one of my previous posts I wrote about using Font Awesome as an icon set in Ionic 2 apps. See https://chriztalk.com/ionic-2-font-awesome/. But what about using other fonts in an Ionic 2 app? In this blog I will focus on adding a Google Font to you Ionic 2 app, but it should work for any font as long…

Ionic 2 and Firebase Google authentication

February 7, 2017Chriz9 comments

This post is based on my previous post Ionic 2 and Firebase authentication. You can download the code on GitHub at https://github.com/henkie14/ionic2Firebase. Make sure you change the Firebase configuration in the app.module.ts file. In this post I will continue working on the project above and add native Google authentication to the Ionic app. Start by…

Ionic 2 and Firebase Facebook authentication

January 26, 2017Chriz14 comments

This post is based on my previous post Ionic 2 and Firebase authentication. You can download the code on GitHub at https://github.com/henkie14/ionic2Firebase. Make sure you change the Firebase configuration in the app.module.ts file. In this post I will continue working on the project above and add native Facebook authentication to the Ionic app. The first…

Ionic 2 and Firebase authentication

January 24, 2017Chriz13 comments

In this post I will describe how to use Firebase email/password functionality in an Ionic 2 application. We will create a login form, a signup form and a password recovery form that will bind to your Firebase application. This post is a based on my previous post about the setup of Ionic, Angularfire2 and Firebase…

Ionic 2 and Firebase

January 20, 2017Chriz1 comment

Finally got my Ionic 2 app with Firebase integration working, there were quite some struggles, so I will try to explain what I did to get it working. The first part of this blog will cover the setup of Ionic, Angulafire2 and Firebase. After that I will show you how to setup email/password authentication using…

Ionic 2 and Font Awesome

October 19, 2016Chriz33 commentsfont awesome

In my previous Ionic (1.3) apps I used Font Awesome as an icon set, but in Ionic 2 a lot has changed. The gulp script I used for it is gone and the build process is defined in the npm packages. You can read more about it on https://github.com/driftyco/ionic-app-scripts Here’s how to do it in…

Posts navigation

1 2 >

Recent Posts

  • Ionic 3 and Firebase Facebook authentication using AngularFire2
  • Ionic 3 and Firebase authentication using AngularFire2
  • Ionic 3, Firebase and AngularFire2
  • Ionic 2 and Font Awesome using Sass
  • Using Google Fonts in Ionic 2

My Ionic 2 Theme

Please have a look at my new Ionic 2 theme.

&copy 2016 ChrizTalk