Cache Database with redis to overcome waiting time for the firebase firestore.
Currently, firestore docs are fetched each time some one goes to the route of auction.
We can help it wiith caching data and some other workarounds to solve the latency and wait time.
Cache Database with redis to overcome waiting time for the firebase firestore.
Currently, firestore docs are fetched each time some one goes to the route of auction. We can help it wiith caching data and some other workarounds to solve the latency and wait time.
Suggestions are welcome.