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: Ionic
-
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