From bbe1a2b401faba45fe3bd9c75632e23a64b180e9 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 26 Jun 2021 01:38:25 +0800 Subject: [PATCH] feat: update post --- _posts/2019-10-04-google-firebase-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-10-04-google-firebase-overview.md b/_posts/2019-10-04-google-firebase-overview.md index 0c31a44..28a345f 100644 --- a/_posts/2019-10-04-google-firebase-overview.md +++ b/_posts/2019-10-04-google-firebase-overview.md @@ -26,7 +26,7 @@ To guide in our decision, let's list some things we actually want our backend to **4. Low Cost** - We want to be able to test and run a prototype with minimal costs. Pricing increase must also be reasonable as our usage grows in production. -As I said earlier, there are so many options available now if you want to spin up a backend server. I don't want to go through everything here so I will just classify the different backend technologies you can mix and match. But I will do that in another post. +As I said earlier, there are so many options available now if you want to spin up a backend server. I don't want to go through everything here so I will just classify the different backend technologies you can mix and match... in another post. For now, considering the requirements we listed above, I have found that though there are many options out there, one platform stands above the rest.