This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Tag: Angular
-
How to toggle a status with Angular and Firestore
This short how-to will explain how I implemented a toggle function with Angular and Firestore, I had this user requirement to create a button and then by clicking the button the color of the button and the status in Firestore would change on this field.
-
Pagination with Angular and Firestore
I have created a Cloud Function that uses the NewsAPI to read the latest news and store the news in a Firestore collection. To read the news links I created an Angular app to read the news. Firestore does not have pagination support so I had to build it myself. This post is all about how […]
-
Using Google Vision API in your mobile Angular Ionic app
I built a mobile app that is very basic in its functionality, it allows app users to take a picture, the picture that is taken is sent to the Google Vision API to determine if there is a logo in the picture and if a logo then sends the response back to the mobile app. […]
-
How to fix object key show undefined after Angular/Firebase library upgrade
After upgrading Angular you may run into a problem were the object key is undefined, this article explains how to fix that
-
Hosting your AngularJS app on Google Firebase Hosting
Google Firebase Hosting is a hosting service for your web app, that you can deploy a web app in seconds