Firebase email authentication in Ionic 5 apps
Firebase email authentication in Ionic 5 In this post, you will learn how to implement Email authentication in Ionic 5 apps using Firebase 🔥. We’ll go through all the basic stuff like login, register, recover password, logout, update profile, update email and reset password. These are the essentials for any Ionic 5 app you are creating. We will be doing all this in ionic serve i.e. browser itself. That means you can use these features in both apps and PWA (👻 awesome, right ? ) ...