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
I want to change whether to fetch newly added items as they are added to the Database or not depending upon a condition to reduce my billing. I have thousands of users who get a long list of items, whenever I make a change in one of the items their entire list is refetched from firebase and most of the times the change made in the database is not important to most users.
I am looking to reduce my firebase bill cost, so is there a way I can programmatically disable the realtime listening to changes?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I want to change whether to fetch newly added items as they are added to the Database or not depending upon a condition to reduce my billing. I have thousands of users who get a long list of items, whenever I make a change in one of the items their entire list is refetched from firebase and most of the times the change made in the database is not important to most users.
I am looking to reduce my firebase bill cost, so is there a way I can programmatically disable the realtime listening to changes?
Beta Was this translation helpful? Give feedback.
All reactions