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
Extend the Environment model with the identity_overrides: List[IdentityModel] field.
On environment update in local evaluation mode, store overrides so they're efficiently accessed by identifier.
For GetIdentityFlagsFromDocument interface, use the storage above to retrieve the identity overrides. Fall back to a new IdentityModel instance if not found. If found, update traits with user-provided traits.
identity_overrides: List[IdentityModel]
field.GetIdentityFlagsFromDocument
interface, use the storage above to retrieve the identity overrides. Fall back to a newIdentityModel
instance if not found. If found, update traits with user-provided traits.Refer to the following existing implementations:
Flagsmith/flagsmith-python-client#72
Flagsmith/flagsmith-java-client#142
Flagsmith/flagsmith-nodejs-client#143
The text was updated successfully, but these errors were encountered: