How to Create an Email List with Firebase, Sendfox and Ionic
If you want to integrate an email list for your app or website, you have countless options – but today I’ll show you a really simple way to make everything work with Firebase cloud functions!
ADVANCED IONIC
How to Setup Universal Links in Ionic (iOS & Android)
It is possible to open your iOS and Android app directly through special Universal Links or even a standard link these days – but the setup isn’t super easy.
ADVANCED IONIC
How to Build a PWA QR Code Scanner with Ionic for iOS & Android
If you want to build a QR scanner into your Ionic app, you are using a Cordova plugin most of the time. But what if you want to use it as a website, or perhaps PWA?
INTERMEDIATE IONIC
How to Create a Horizontal Navigation for Ionic Desktop Views
When you want to use your Ionic app as a website it’s not just enough to fill the available space – some UI element should simply be different.
ADVANCED IONIC
How to Upload Files from Ionic to Firebase Storage
Firebase can be used in a lot of ways, and besides the database the second biggest feature might be its cloud storage.
INTERMEDIATE IONIC
Building an Authentication System with Ionic 4 and NestJS
Whether you celebrate Christmas or not, today is your happy day as I’ve prepared this special for all Devdactic followers!
INTERMEDIATE IONIC
How to Build Ionic 4 Chart.js Apps with
When you want to display charts inside your application, there’s a variety of great packages out there that you can use so the question comes up, which one should I use?
INTERMEDIATE IONIC
How to Build a Canvas Painting App with Ionic 4
The canvas is a very mighty element, which you can use for all kind of functionalities ranging from image manipulation to creating a painting app.
ADVANCED IONIC
The Ionic 4 Media Files Guide (Images, Movies & Audio)
Working with files in Ionic has traditionally been one of the biggest challenge, since iOS and Android both handle them quite different.
INTERMEDIATE IONIC
How to Build a Shopping Cart with Ionic 4
When you are building a shopping app with Ionic there is no way around having a decent cart. And displaying a cart plus keeping track of all items can be challenging depending on your data.
INTERMEDIATE IONIC