Coming from a relational database background, working with a NoSql database was interesting. It requires a slightly different way of thinking about how you store your data. More specifically, I felt that was when I was building our new hybrid app with Ionic framework and Firebase/Firestore database. Some of the features of our (my) new app were user authentication and everything the user creates in the app will be saved to the user’s credentials. Sounds simple huh? Actually, if I read that, it sounds super simple to me too, however when building the app, all the tutorials I found online on Ionic, Firebase/Firestore and AngularFire, didn’t quite explain what I wanted. So, in this post, I will be showing you the logic in an Ionic/Firebase app where, the user can signup/login make (save) notes by the userid how to retrieve all the notes saved by that user In addition to the above, almost all of the Ionic tutorials I have seen online don’t provide code samples that support their ...
Captain Danko’s JavaScript Lab — Tutorials, Frameworks & Front-End Mastery