Book Image

Building Mobile Apps with Ionic 4 [Video]

By : Samarth Agarwal
Book Image

Building Mobile Apps with Ionic 4 [Video]

By: Samarth Agarwal

Overview of this book

Ionic 4 marks the first version of the framework to completely embrace modern web APIs such as custom elements, CSS variables, and Shadow DOM. This course shows you how to get started with Ionic 4. You will use UI components that come with Ionic and are available for use in your apps, right out-of-the-box. You'll connect your Ionic app with a NoSQL database such as Firebase to enable your app to use all the amazing Firebase features such as Firebase Auth and Cloud Firestore. You will work on the ToDo APP project, a Task Manager app using Ionic. By the end of the course, you'll have used Ionic 4 to build and prepared a cross-platform app for release into Google Play Store and App Store. So are you excited to build your first app with Ionic 4? Let's get started. All the code files for this course are available on Github at - https://github.com/PacktPublishing/Building-Mobile-Apps-with-Ionic-4-
Table of Contents (5 chapters)
Chapter 3
Using Firebase with Ionic
Content Locked
Section 5
Checking User Login Status
In this video, you will learn to find out if a user is already logged into the app or not. - Use the authStateChanged method of Firebase Auth SDK - Use it to find out of a user is logged in or not