You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is basically an instance of this discussion issue , and it might get resolved by the solution provided there only!. Feel free to implement it for our application wherever the db is being used along with useeffect.
Ps: You can implement your own solutions as well!
Steps to reproduce
Check the db usages and also snapshots created as in the screenshot and you might get it.
Our normal cosumption shouldn't even cost more than 20% of the free quota(50k reads) in 24 hour
Screenshots
Report with least usage
check those 61 snapshots with 4 active users
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
No response
Additional information
Since we're also not closing snapshots and that's a separate issue, we have duplicate snapshots degrading the performance for our app(61 on 4 active connection) ;-;
Record
I agree to follow this project's Code of Conduct
I have checked the existing issues
I'm a GSSoC'23 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
I would like to use React Query for data fetching insist of useEffect.
React Query :-
Data Fetching: React Query provides hooks like useQuery and useMutation to fetch and mutate data respectively. These hooks handle the asynchronous requests and automatically update the data in the cache.
I would like to use React Query for data fetching insist of useEffect. React Query :- Data Fetching: React Query provides hooks like useQuery and useMutation to fetch and mutate data respectively. These hooks handle the asynchronous requests and automatically update the data in the cache.
Description
This issue is basically an instance of this discussion issue , and it might get resolved by the solution provided there only!. Feel free to implement it for our application wherever the db is being used along with useeffect.
Ps: You can implement your own solutions as well!
Steps to reproduce
Check the db usages and also snapshots created as in the screenshot and you might get it.
Our normal cosumption shouldn't even cost more than 20% of the free quota(50k reads) in 24 hour
Screenshots
Report with least usage
check those 61 snapshots with 4 active users
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
No response
Additional information
Since we're also not closing snapshots and that's a separate issue, we have duplicate snapshots degrading the performance for our app(61 on 4 active connection) ;-;
Record
The text was updated successfully, but these errors were encountered: