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
On the cloud functions side, after a new .csv file is created and saved to Cloud Storage, save the filename to Firestore.
On the frontend, before calling the cloud function, check to see if there already exists a filename on Firestore for this file with this combination of columns and log rate. If yes, get a download link for that file. Else, proceed as normal and call the cloud function.
Code written; needs tests.
The text was updated successfully, but these errors were encountered: