Page MenuHomePhabricator

[native] Fetch and parse feature flags response
ClosedPublic

Authored by tomek on Mar 3 2023, 4:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 4, 11:45 AM
Unknown Object (File)
Fri, Mar 29, 3:15 AM
Unknown Object (File)
Thu, Mar 28, 4:51 AM
Unknown Object (File)
Mar 1 2024, 9:53 AM
Unknown Object (File)
Mar 1 2024, 9:53 AM
Unknown Object (File)
Mar 1 2024, 9:53 AM
Unknown Object (File)
Mar 1 2024, 9:52 AM
Unknown Object (File)
Mar 1 2024, 9:49 AM
Subscribers

Details

Summary

Fetch a config, parse, and use in a state.

Depends on D6948

Test Plan

Added a console log to check if the state is set correctly after successful call to feature flags service.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek requested review of this revision.Mar 3 2023, 4:44 AM
lib/utils/feature-flags-utils.js
22–31 ↗(On Diff #23400)
native/components/feature-flags-provider.react.js
53 ↗(On Diff #23400)

This adds more context

lib/utils/feature-flags-utils.js
22–31 ↗(On Diff #23400)

I used the same approach that we use in callServerEndpoint but agree, using .json() might be better.

native/components/feature-flags-provider.react.js
53 ↗(On Diff #23400)

Good idea!

Improve parsing and error handling

This revision is now accepted and ready to land.Mar 3 2023, 7:50 AM