RealDevSquad / RealDevSquad/website-backend
Document all the APIs that uses firestore and its usage limit
@Shaily20 is already working on this.
Since Aug 16, 2024.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Issue Description
Document all the APIs that uses firestore to perform operations on data. The APIs exposed by this repository are open to guest and logged in users. Find its usage and the limit.
We want a system to limit these operations (like 50K reads a day). Also, understand the current logging system (if any) and document that as well. This needs to be done for all the RDS projects but will start with website-backend repository.
Expected Behavior
The documentation and analysis will lead to redesigning of our current system that reduced/optimised the operations performed on firestore and have a logging system in place.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.