-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Can the SDK be set to not get the flag configuration from the server at start up?
We have a use case to get variant right after app startup, so we would like to use the Local Evaluation because of the speed, but it still depends on flag configurations getting from the server, more over the flag getting makes the app start up depends on Amplitude server.
So here is what I think if the SDK can do this:
- Similar to
fetchOnStart, there is agetFlagOnStartwhich by default is true. - If
getFlagOnStartis false, user needs togetFlagafter start. - User can set some initialFlags for local evaluation, I see there's one pull request already: feat: bootstrap initial local evaluation flags #36
One thing I am not sure is, does this require Amplitude Experiment backend and website support?
Metadata
Metadata
Assignees
Labels
No labels