Firebase Reads

Database & APIs

My firebase reads are too high even though I am only testing my app ↓

I already optimized my app,
> I'm using my firestore's querys capabilities to fetch only the necessary data,
> I'm limited the number of documents retrieved,
> I reduced the frequency of read operations

But every time I need to read a query and inside it have a Doc Reference they start to read each other (I already tried to deletet it and read what I need with UIDs but my readings still are to high). I need to optimize my usage, I don't know whatelse I can do.. Can someone help me?

What have you tried so far?

I'm using my firestore's querys capabilities to fetch only the necessary data,
I'm limited the number of documents retrieved,
I reduced the frequency of read operations,
I already tried to deletet my Doc References and read what I need with UIDs but my readings still are to high

Did you check FlutterFlow's Documentation for this topic?
Yes
9
6 replies