feature_source_firebase 1.0.2 copy "feature_source_firebase: ^1.0.2" to clipboard
feature_source_firebase: ^1.0.2 copied to clipboard

outdated

Feature source integration with Firebase Remote Config.

feature_source_firebase #

Important note: We recommend that you read about the feature_core package before using it.

Installation #

To use this library you need to have the following packages:

dependencies:
  feature_core: ^1.0.2
  feature_source_firebase: ^1.0.2
  firebase_remote_config: ^2.0.0

Usage #

Compatible with wrappers:

FeaturesManager(
  sources: {
    ...,
    FirebaseFeatureSource(
      remoteConfig: FirebaseRemoteConfig.instance, // required
      minimumFetchInterval: const Duration(hours: 12), // default
      fetchTimeout: const Duration(minutes: 1) // default
    ),
    ...,
  }
);
0
likes
0
points
45
downloads

Publisher

verified publisherdart.nogipx.dev

Weekly Downloads

Feature source integration with Firebase Remote Config.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

feature_core, firebase_remote_config, meta

More

Packages that depend on feature_source_firebase