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
If I understand correctly, then we would always want to update the properties, i.e. send the identify when the person properties change
which would mean we'd need to instead of keeping the info that the person has been identified by email we'd need to keep the emails, which is a bit tricky (running arbitrary code, e.g. SQL injection that we'll need to guard against), in addition to increasing our storage demand.
We currently don't have a way to pass person info to the plugins, which would be the ideal solution for this problem
The problem:
customerio-plugin/index.ts
Line 212 in 93205d2
customerio-plugin/index.ts
Line 185 in 93205d2
customerio-plugin/index.ts
Line 193 in 93205d2
customerio-plugin/index.ts
Line 244 in 93205d2
If I understand correctly, then we would always want to update the properties, i.e. send the identify when the person properties change
which would mean we'd need to instead of keeping the info that the person has been identified by email we'd need to keep the emails, which is a bit tricky (running arbitrary code, e.g. SQL injection that we'll need to guard against), in addition to increasing our storage demand.
We currently don't have a way to pass person info to the plugins, which would be the ideal solution for this problem
See thread for more info: https://posthog.slack.com/archives/C03PN99EJ4C/p1675946098284529