I want to integrate chat functionalities in my app. what would be the best and cost effective method. Firebase has limitations regarding read receipts, online status. so what can be done ? I will be very happy for your help.
Anonymous 1
Stealthย โขย 1m
Firebase limitations are a non-issue for 90% of apps. We serve 100k MAU with Firebase Realtime Database. Tips:
Use cloud functions for read receipts
Store online status in RTDB with TTL
Batch writes for performance
Total cost: about..$150/month
I want to integrate chat functionalities in my app. what would be the best and cost effective method. Firebase has limitations regarding read receipts, online status. so what can be done ? I will be very happy for your help.
New Update on My Social Media App for Engineering Students
Iโve been working on an app focused on hackathons, job prep, aptitude tests, and more, mainly for engineering students. Initially, I was using Firebase for the backend, but I ran into the re