Ionic Google Login with Firebase
Google Sign-In has become one of the most used authentication methods out there, and this is in part because of how easy it is to the users to sign-in across multiple devices without managing passwords. This article explains the simple steps to implement Ionic Google Login for your apps.
INTERMEDIATE IONIC
How to Use Ionic SQLite Queries & Pre-Populated Database
Although the Ionic Storage package is great to store almost any kind of data, many of the readers wrote they are using MySQL on the backend side and need some more equivalent storage inside their Ionic app so we’ll go for an Ionic SQLite App today.
INTERMEDIATE IONIC
How to Build an Ionic Calendar App
Out of the box there is no Ionic Calendar component to display a classic calendar inside your app, but what if you want to give people the chance to add events and display everything inside a good-looking view?
BEGINNER IONIC
Dynamic Theming Your Ionic App
Theming your Ionic app is an awesome way to quickly change the styling for all parts of your app. But what happens if you want to change your styling while running, like toggling a day or night mode?
ANGULAR INTERMEDIATE IONIC
15 Reasons Why You Should Develop Ionic Apps
If you plan to develop your next app and are undecided whether you go for native or a cross-platform framework, this guide will give you 15 rock solid reasons you should think of Ionic as your framework of choice.
BEGINNER DEV THOUGHTS IONIC
Building an Ionic Twitter App With Timeline and Tweets
Building an Ionic Twitter App is really interesting, and from the number of responses and the times how often I’ve written a Twitter post I’m pretty sure this updated one for Ionic 3+ is really needed.
INTERMEDIATE IONIC
How to Build An Ionic App with Firebase and AngularFire 4
When it comes to building an Ionic app with a solid backend, the current choice for many people is Firebase, and most of the time combined with AngularFire. And for reasons.
BEGINNER IONIC
How to Add Ionic Animations Using Angular (2 Different Ways!)
One of the most viewed articles on Devdactic is about Animations for Ionic Apps. Today we will take look at 2 different but both great ways to easily create Ionic Animations using Angular!
INTERMEDIATE IONIC
Building Your Own Ionic Wordpress Client with WP-API
If you are familiar with WordPress you know that since a few versions ago all instances have a public REST API. Of course I had to jump in when I saw a new WordPress API wrapper library for Angular 2+, created by the awesome Julien Renaux which we will use to build our Ionic WordPress […]
INTERMEDIATE IONIC
Why I Switched to Ionic (And Never Regret My Decision)
It’s not like native development is bad. Swift itself is a beautiful language, and even Android Studio is not that bad anymore, so how comes more and more people switched to Ionic?
BEGINNER DEV THOUGHTS IONIC