Skip to content

Commit

Permalink
update privacy modal since we use cookies for auth now
Browse files Browse the repository at this point in the history
  • Loading branch information
joulev committed Jan 10, 2023
1 parent 7fb4f58 commit 1d5f6ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/(public)/components/footer/privacy-modal.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ export default function PrivacyModal() {
<div className="p-6 max-w-2xl text-sm sm:text-base text-neutral-900 dark:text-neutral-200">
<h2>Privacy</h2>
<p>
We do <strong>not</strong> use cookies in any way in this app and in the embeded comment
sections.
If you sign in to the app, we will use some cookies to handle the authentication process.
They are essential cookies and cannot be turned off. They do not track you in any way.
</p>
<p>
We make use of a <A href="https://firebase.google.com">Firebase</A> project with Google
Analytics turned off. We also never store any of your data permanently: on
We also make use of a <A href="https://firebase.google.com">Firebase</A> project with
Google Analytics turned off. We also never store any of your data permanently: on
page/site/account deletion, all data associated to it will be forever deleted. However,
Firebase may collect some metadata behind the scenes, which we cannot control and we do
not make use of.
Expand Down

0 comments on commit 1d5f6ba

Please sign in to comment.