The Firebase team has just released a new update for the Javascript SDK, version 7.21.0 in which a new feature was just added which will …
Firebase
Should I Use Firebase?
I have been a Firebase user for quite a few years now, since 2016. In that time, I have seen Firebase grow and change as a product. I have …
Protected User Uploadable Files With Firebase Storage
Recently, while I was building an application on Firebase and implementing Firebase Storage, I realised that I have to always consult old …
How To Store Users In Firestore Using Firebase Authentication
As much as I love Firebase, especially it's easy to implement authentication, for some things Firebase can be a bit confusing when you go to …
Is It Safe/Okay To Public Expose Your Firebase API Key To The Public?
Perhaps one of the most confusing aspects of building a publicly visible Firebase application hosted on GitHub is when you add in your SDK …
Should I Choose Firebase Cloud Firestore or Realtime Database?
When it comes to Firebase for newcomers, the first point of confusion in what is quite a simple platform is what should you choose for your …
Getting a 404 Error Dealing With File Uploads To Storage In Firebase?
I am a huge proponent of Firebase and interestingly, up until recently, I had never used Firebase Storage. Instead, I usually opt for …
Solving The Issue: Firebase App named ‘[DEFAULT]’ already exists
Recently whilst I was attempting to port over a TypeScript/Webpack based Aurelia application to work with Aurelia's newly released …
How To Alias Cloud Functions In Firebase
Firebase Cloud Functions are fantastic, but the URL that you get to run them isn't so nice. You'll get given a URL that looks like the …