Admittedly, Google's developer event IO has grown to be quite interesting the last couple of years. This year (2017) I was excited to see …
Firebase
Enabling CORS Middleware In Firebase Cloud Functions
Firebase Cloud Functions are great, but there might come a time where you need CORS support. This can be enabled easily by using the CORS …
Convert A Firebase Database Snapshot/Collection To An Array In Javascript
Because Firebase is a NoSQL JSON data store, you might have noticed that when you get some data from Firebase that it is an object. If the …