TL;DR
The PocketFi marketing site (mypocketfi.web.app) sets one first-party cookie / localStorage item: a flag that remembers you dismissed the cookie banner so we don't show it again. We run no analytics, no advertising trackers, and no third-party cookies. You don't need to accept anything.
What is a cookie?
A cookie is a small file (or localStorage entry) a website stores in your browser. It can keep you signed in, remember a preference, or be used to track you across sites. Different cookies do very different things.
What we use
The complete list of storage this site writes to your browser:
| Name | Type | Purpose | Expires |
|---|---|---|---|
pocketfi_cookie_banner |
localStorage | Remembers that you dismissed the cookie banner. | Until you clear site data |
| (none) | Cookies | We don't set any HTTP cookies. The site is fully static. | — |
That's the complete list. No session cookies, no analytics cookies, no marketing cookies.
What we don't use
- No Google Analytics, Plausible, Fathom, or any other analytics service. We don't track page views.
- No Facebook Pixel, Twitter pixel, or any ad-platform tracker.
- No A/B testing tools.
- No third-party fonts that drop cookies — Google Fonts is loaded via the cookieless
fonts.googleapis.comCSS endpoint, which doesn't set cookies on your domain. - No CDN cookies. We host directly on Firebase Hosting.
Your choices
Because we don't set tracking cookies, there's nothing meaningful to opt out of. You can still:
- Dismiss the cookie banner — clicking Got it writes the one localStorage entry described above.
- Clear site data anytime via your browser's privacy settings to reset the banner.
- Use any cookie-blocking extension — the site will continue to work normally.
About the mobile app
This policy covers the marketing website only. The PocketFi mobile app uses platform-native storage (Keychain / Android Keystore for credentials; local SQLite cache for offline data) — see the Privacy policy for full details on what the app stores, and the Security page for the architecture.
Changes to this policy
If we ever add a cookie-setting third party — for example, lightweight privacy-respecting analytics — this page will be updated before the change goes live, and the cookie banner will require explicit consent. We will note the change in the Changelog.
Contact
Questions? Email hello@pocketfi.app.