Should I write that blog post? 📝

We’ve all been there: you just learnt something cool, or got around a really tricky problem in your code, and now you want to share this information with the rest of the world. But then you start questioning yourself… Why would anyone ever want to read it? Is it even useful? I’m just bad at writing Yes, all of those things may be true (or maybe not), but I’m here to tell you that you should write that blog post anyways....

 · Soham Kamani

How To Sync Your Data Between Google Sheets And Firebase

Google sheets provides an excellent interface for regular users to view and modify data. Wouldn’t it be great if we could use this data to power our Firebase application? Well, as it turns out, we can. In this tutorial, we will be using google scripts, to sync up the data in google sheets and store it in our firebase real time database. Initial Set Up Firstly, set up your database in Firebase :...

 · Soham Kamani