Hey Reader, This is a comprehensive tutorial that walks you through building your a mobile app using Ionic Framework, Angular, and Firebase. Whether you're new to these technologies or looking to refine your skills, this guide will take you through all the steps of setting up a full-stack mobile app, from installing dependencies to handling user authentication with Firebase Hereās what youāll learn:
Feel free to check out the article here, and as always, Iād love to hear your feedback or see what youāre building! āBuilding full-stack Firebase powered mobile applications with Ionic and Angular. Happy coding, P.S: I am slowly moving my site from the JsMobileDev domain to a new site in the jorgevergara domain, this new site is build with Astro. -- It's taking me a while because I want to update each article as I am moving it, so you'll keep seeing things in the JsMobileDev site until everything is moved to the new one. |
I share about how to build mobile apps that are fast, secure, maintainable, and scalable. -- Join my newsletter and I'll send you the new things I learn about building mobile apps.
Hey Reader, Do you need to hide your Firebase API keys in your web or mobile apps? About 3 or 4 time a month someone asks this questions, they are worried that since our apps are client-side code (HTML, CSS, JS), someone can see their Firebase credentials and mess with their data. I understand why this is a concern. People want to keep their data private (ALL OF IT!). But thereās one thing we need to know about Firebase API keys. The fact that someone knows your apiKey is not a security risk...
Hey Reader, I started migrating an app to nextjs (coming from an Ionic with Angular background) because I wanted to learn more about the react ecosystem. Last night I went through the routing documentation on their site and created the placeholder files and folders for all the pages my app will need, and doing so, I learned a few things about the App Router that I wanted to share with you. Check out what I've learned about the NEXT.js app router. So far, I like the simplicity of it all,...
Hey Reader, After a little over a decade of working with Angular (ever since the days of Angular 1, now AngularJS) I decided giving react a serious chance, mostly due to what Iāve seen in my current job search, most of the job posts I see for front end developer have some sort of requirement for react. Yeah, even the āAngular Developerā roles have the line that says ā3-4 years with react.js is preferredā š Here is a collection of things Iāve learned about react APIs and how they compare to...