ChrizTalk

Ionic 3 and Firebase Facebook authentication using AngularFire2

October 19, 2017ChrizFirebase, Ionic1 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….

Read More

Ionic 3 and Firebase authentication using AngularFire2

May 24, 2017ChrizFirebase, Ionic8 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,…

Read More

Ionic 3, Firebase and AngularFire2

May 23, 2017ChrizFirebase, IonicNo 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…

Read More

Ionic 2 and Font Awesome using Sass

March 7, 2017ChrizIonic16 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…

Read More

Using Google Fonts in Ionic 2

February 8, 2017ChrizIonic8 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…

Read More

Ionic 2 and Firebase Google authentication

February 7, 2017ChrizIonic9 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…

Read More

Ionic 2 and Firebase Facebook authentication

January 26, 2017ChrizFirebase, Ionic14 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…

Read More

Ionic 2 and Firebase authentication

January 24, 2017ChrizFirebase, Ionic13 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…

Read More

Ionic 2 and Firebase

January 20, 2017ChrizFirebase, Ionic1 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…

Read More

Cross database queries on views in SQL Azure

January 17, 2017ChrizAzure, SQLNo Comments

There are some nice articles about setting up this feature in SQL Azure. I prefer this one: https://ppolyzos.com/2016/07/30/cross-database-queries-in-azure-sql-databases/ but you could also go for this ‘official’ Microsoft doc at https://docs.microsoft.com/en-US/azure/sql-database/sql-database-elastic-query-getting-started-vertical But in both of the articles I couldn’t find anything about the usage of views, so I tried it out myself. I will go on with the article on…

Read More

Posts navigation

1 2 3 >

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

&copy 2016 ChrizTalk