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
From Alex: on iOS when a user selects delete we basically remove that planter from the local DB and any data related to them, it also deletes any captures they have made from the device, then log out and route back to the sign in screen.
We don't make any requests to the backend to delete anything from our backend DB... to go the extra mile we should probably remove the planter from the backend DB also, but leave the captures with an "unknown" planter.
I would suggest just doing the same as iOS though for first steps - clear anything local and log out.
Google Play requires that users can delete their data.
User story:
Describe the solution you'd like
A way to delete images, perhaps a gallery?
Suggested implementation for this:
The text was updated successfully, but these errors were encountered: