I have a fairly complex app, I want to optimise the firestore fetch for performance and lower reads.
In Activity1, I get the firestore data. And when I click the back button, I clear the back stack.
So when I open that Activity1 again, will the firestore cache work? Or will it fetch making it a new read?
I wanted to know before coding it, saves time.