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
With analytics, PostHog offloads the need to track distinctId onto the customer. This means we need to set up a backend service just for this alone or set up something like Firebase auth or auth0 to have a central store of user data to refer to.
Describe the solution you'd like
It would be nice if Posthog had a service like firebase auth so we could just get our distinctIds setup quickly
Describe alternatives you've considered
Firebase Auth, auth0
Additional context
I'm on iOS
Debug info
- [ ] PostHog Cloud, Debug information: [please copy/paste from https://us.posthog.com/settings/project-details#variables]
- [ ] PostHog Hobby self-hosted with `docker compose`, version/commit: [please provide]
- [ ] PostHog self-hosted with Kubernetes (deprecated, see [`Sunsetting Kubernetes support`](https://posthog.com/blog/sunsetting-helm-support-posthog)), version/commit: [please provide]
The text was updated successfully, but these errors were encountered:
Would love to understand a bit more what this would look like? Either you don't have a logged in user, in which case we create a distinctId for the app and use it, or you do and then you can specify it.
I'm not sure what it is you are asking for? Are you just generally saying it would be nice for PostHog to offer a full user authentication system like those other companies?
Feature request
Is your feature request related to a problem?
With analytics, PostHog offloads the need to track distinctId onto the customer. This means we need to set up a backend service just for this alone or set up something like Firebase auth or auth0 to have a central store of user data to refer to.
Describe the solution you'd like
It would be nice if Posthog had a service like firebase auth so we could just get our distinctIds setup quickly
Describe alternatives you've considered
Firebase Auth, auth0
Additional context
I'm on iOS
Debug info
The text was updated successfully, but these errors were encountered: