-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App in invalid state when current survey is deleted on remote #2687
Comments
@amegantz LGTM! |
The current model is "send it and forget it" in the sense that users cannot access the data once they've shared it with organizers, so in general they have no visibility into the current remote state of data. The product WG may decide to change this is in the future, but as it stands now they wouldn't get notified. |
After deleting the remote survey, the following sequence of events happen on the app:
Maybe we first need to update the firebase function to return appropriate error code (NOT_FOUND). |
Perhaps it's the Firebase rule that need to be updated so that we receive |
I've been low on bandwidth for the past few weeks. Will try to spend some time on it early next week. |
@shobhitagarwal1612 Let's postpone for now and demote to P2. |
When we detect the deletion event, we shoud:
@rawbzz PTAL?
The text was updated successfully, but these errors were encountered: