chingu-voyages / v28-bears-team-10

Add-project-description-here | Voyage-28 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs
v28-bears-team-10-v28-bears10.vercel.app
3 stars 0 forks source link

Duncan - Look into Firebase free allowance and whether it will suffice for what we need #13

Open jondhill333 opened 3 years ago

duncanjbain commented 3 years ago

Firebase Free Tier

I've looked into the free tier for Google Firebase and it seems more than enough for our current needs. The free tier has the following limits for Firestore (database) and authentication:

Firestore

Authentication

If we plan on using any serverless functions, to use these with Google Cloud we need an active billing account and given there's no easy way to set hard limits on any spending I suggest we don't use this and instead look at alternative providers such as Netlify for this.

If all we are using Firebase for is Firestore and authentication it might be worth just using Atlas MongoDB and an external authentication service such as Auth0 given everyone seems to have some experience with MongoDB which might make things a little bit easier, but I'm up for learning Firebase if that's the direction we go in :)