So currently have a built out backend with custom API that formats and finetunes data provided by the user. I then use a cloud function and cloud tasks to get updates about the finetune status, ie when it finishes. Currently it will update the user doc with the model id, and tokens used from when it successfully completes. The user will be on a wait screen while their model fine tunes, would there be a way to redirect them to the dashboard once it finishes, ie once the model id is updated in Firestore?
I figured I could use a backend query as its a listener, but how could I trigger and action once it does update? Would it need to be custom, or is this even the right path?
Thanks!
Listening for update/webhook events on page to then redirect or navigate
1
1 reply