From cba59f1305cd325ab095a1cac33f76bd2f1ee655 Mon Sep 17 00:00:00 2001 From: ak95 Date: Mon, 18 Mar 2024 21:02:32 -0700 Subject: [PATCH] added privacy policy --- privacy.md | 19 +++++++++++++++++++ react-native/eas.json | 7 ++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 privacy.md diff --git a/privacy.md b/privacy.md new file mode 100644 index 0000000..1e7799f --- /dev/null +++ b/privacy.md @@ -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. \ No newline at end of file diff --git a/react-native/eas.json b/react-native/eas.json index e459aef..337d8ab 100644 --- a/react-native/eas.json +++ b/react-native/eas.json @@ -26,6 +26,11 @@ } }, "submit": { - "production": {} + "production": { + "track": "internal", + "env": { + "EXPO_PUBLIC_BACKEND_URL": "https://beerbuddyapi-1-y1467694.deta.app" + } + } } }