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: Google Firebase
-
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.
-
How to add external collaborator to your Firebase project
Recently I got a Firebase use cases that requested an external party access to a Firebase project that I’m involved in, in this brief write up I just want to explain my experience to setup external collaborators.
-
As a developer I love serverless
What to not love about serverless, I don’t see anything, there is no server to set up, no ongoing maintenance tasks required, lower costs as you pay as you go for your server. In the past few years, the servers moved from a server-room in a data center to a cloud service provider, which allows…
-
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
-
How to run your Node.js Express app with Google Firebase Functions
Deploying the code to Google Firebase Cloud Functions requires just one command
-
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
-
How to setup Google IoT core with BigQuery and an IoT sensor
In this how-to, I will show you how to set up an IoT sensor connects it to the Google Cloud Platform IoT core send the data to Google Cloud Pub/Sub. Then code a cloud function, that will wait for a pub/sub trigger and store the data in BigQuery and Firebase. This how-to if you go…