Software Alternatives & Reviews

I just realized how expensive Firebase is for Social Media Apps

Cloud Functions for Firebase Cloud Firestore
  1. Serverless / Task Processing
    Pricing:
    • Open Source
    I tried to make a reddit like app. I used both realtime-database and firestore as database. The billing of the two is different from each other. I used realtime-database for frequently updated data (like or upvote, downvote count for ex.) and firestore for more stable and large data (post, comment, community and user data..). While doing this, I only used database rules, I did not use Cloud functions. So, I suggest you use a hybrid database to minimize your bill as much as possible and you can do amazing things with database rules. Have a good works.

    #Developer Tools #Cloud Computing #Backend As A Service 27 social mentions

  2. Use our flexible, scalable NoSQL cloud database to store and sync data for client- and server-side development.
    I tried to make a reddit like app. I used both realtime-database and firestore as database. The billing of the two is different from each other. I used realtime-database for frequently updated data (like or upvote, downvote count for ex.) and firestore for more stable and large data (post, comment, community and user data..). While doing this, I only used database rules, I did not use Cloud functions. So, I suggest you use a hybrid database to minimize your bill as much as possible and you can do amazing things with database rules. Have a good works.

    #NoSQL Databases #Databases #Developer Tools 43 social mentions

Discuss: I just realized how expensive Firebase is for Social Media Apps

Log in or Post with