Bug 1880216 - Migrate Fenix docs into Sphinx. r=owlish,geckoview-reviewers,android...
[gecko.git] / mobile / android / fenix / docs / Implementing-a-Nimbus-Experiment.md
blob274206db28dfd07b3fee4b8e26b0dca8efcb8a4d
1 # Implementing a Nimbus Experiment
3 Follow instructions in https://experimenter.info/mobile-feature-api. Example implementation [here](https://github.com/mozilla-mobile/fenix/pull/23996)
5 Nimbus FML https://experimenter.info/fml-spec/
8 There are some clarification on how to test your Nimbus implementation:
9 1. Add `nimbus.remote-settings.url=https://settings-cdn.stage.mozaws.net` to local.properties.
10 2. After building Fenix, make sure you turn on `Secret Settings` -> `Use Nimbus Preview Collections`.
11 3. The experiment in https://stage.experimenter.nonprod.dataops.mozgcp.net/nimbus/ does not have to be live for the test.  In preview is sufficient.
12 4. Example of a test is [here](https://stage.experimenter.nonprod.dataops.mozgcp.net/nimbus/unified-search-test)
13 5. Make sure you archive the test after you're done with it.
14 6. In your PR, make sure to submit the change for .experimenter.yaml as well.