Firebase Unity SDK Cache Hits
When making a request to the realtime database through the Firebase Unity SDK I have no identifier knowing wether the data I get is a cache hit or if it is directly from the realtime database. Either a way to make a request to the DB directly without ever caring about cache or just an identifier wether the hit was cache hit or not would resolve most of my issues.
1
vote