added privacy policy
This commit is contained in:
parent
4ba02c379e
commit
cba59f1305
2 changed files with 25 additions and 1 deletions
19
privacy.md
Normal file
19
privacy.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Privacy
|
||||
|
||||
# The Gist
|
||||
|
||||
None of the data used for the app is shared with anyone, except for if you choose to provide a photo of the store. I take data privacy very seriously and do not mine my users for data.
|
||||
|
||||
# The Details
|
||||
|
||||
## Location
|
||||
|
||||
Your location is only used internally to center the map on your vicinity. It is not stored anywhere.
|
||||
|
||||
## Photos
|
||||
|
||||
You can choose to upload a photo of the store you're entering into the database, or you can upload a photo to update an existing store. This photo is the only publicly-shared piece of information, and will be visible to all app users. It is not shared anywhere else.
|
||||
|
||||
## Other
|
||||
|
||||
Nothing else is shared or collected. There isn't even a user account feature as I discourage the sharing of excess information.
|
||||
|
|
@ -26,6 +26,11 @@
|
|||
}
|
||||
},
|
||||
"submit": {
|
||||
"production": {}
|
||||
"production": {
|
||||
"track": "internal",
|
||||
"env": {
|
||||
"EXPO_PUBLIC_BACKEND_URL": "https://beerbuddyapi-1-y1467694.deta.app"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue