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
Background:
In the past, we tried to use the Firebase Database for storing results but it has very limited capabilities in filtering (see #490). Since we don't expect the data (the result) to be modified, and the amount of data will not be big, we will be fine with just storing the result as a json/text file, then upload it to a cloud storage, and download other results from the cloud storage and do all the filtering locally on-device. The filtering is already implemented in #641.
The text was updated successfully, but these errors were encountered:
Background:
In the past, we tried to use the Firebase Database for storing results but it has very limited capabilities in filtering (see #490). Since we don't expect the data (the result) to be modified, and the amount of data will not be big, we will be fine with just storing the result as a
json/text
file, then upload it to a cloud storage, and download other results from the cloud storage and do all the filtering locally on-device. The filtering is already implemented in #641.The text was updated successfully, but these errors were encountered: