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
As you may be aware, GrowthBook have recently added support for realtime updates, allowing changes to features to be picked up in real time. Currently this feature is only available for the React SDK, and I would love it if the Flutter SDK also offered support for this.
We're currently having to poll GrowthBook manually to achieve functionality close to realtime updates, but being limited to 10M API calls per month means we have to put a lot of consideration into the frequency of polling as our number of users increases. Utilising GrowthBook's new support for realtime updates would greatly alleviate this issue, allowing us to only make API calls when our features are updated.
The text was updated successfully, but these errors were encountered:
Hi!
As you may be aware, GrowthBook have recently added support for realtime updates, allowing changes to features to be picked up in real time. Currently this feature is only available for the React SDK, and I would love it if the Flutter SDK also offered support for this.
We're currently having to poll GrowthBook manually to achieve functionality close to realtime updates, but being limited to 10M API calls per month means we have to put a lot of consideration into the frequency of polling as our number of users increases. Utilising GrowthBook's new support for realtime updates would greatly alleviate this issue, allowing us to only make API calls when our features are updated.
The text was updated successfully, but these errors were encountered: