We can improve API response times and decrease the amount of queries we're doing to firebase by using Redis.
Free serverless solutions exist:
https://lambda.store/
This issue is low priority since firebase has a read limit of 50k document reads per day which we're nowhere near hitting right now (max I've seen is like 1k but this was mostly because of testing work).
We can improve API response times and decrease the amount of queries we're doing to firebase by using Redis.
Free serverless solutions exist:
https://lambda.store/
This issue is low priority since firebase has a read limit of 50k document reads per day which we're nowhere near hitting right now (max I've seen is like 1k but this was mostly because of testing work).