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
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
The function identify should have the parameter userId as optional.
The main issue with not allowing it is that you can not use the Persona Product nicely, it has an identity resolution based on traits that are sent and with that you don't need to have the unique key id every time on each platform.
The function
identify
should have the parameteruserId
as optional.The main issue with not allowing it is that you can not use the Persona Product nicely, it has an identity resolution based on traits that are sent and with that you don't need to have the
unique key id
every time on each platform.TODO
userId
is optional but the implementation does not reflect this segmentio/analytics-ios#1024)Docs
Documentation for Android SDK:
Documentation for iOS SDK:
The same applies for Ruby SDK and others.
Current
userId
Is RequiredExpected
userId
is optionalThe text was updated successfully, but these errors were encountered: