Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

157
Views
WEB Firbase Remote Config - fetchAndActivate method fetching all the values from remote config, I want only single value to be fetched

Here is my code snippet which I am using, everything is working as expected but only issue is that fetchAndActivate method fetches all value from remote and caches them. Is there any way of feching and activating only single value from remote config?

fetchAndActivate(remoteConfig).then(
      _res => {
        const val = getValue(remoteConfig, "MPEmptyCartRecos");
        const value = JSON.parse(val.asString());
        this.setState({widgetConfigResponse: value});
    },
    err => {
        console.log("error >>>>>", err);
    }
    );
about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

There is no way to fetch just a single value from Remote Config, but of course your code can decide to use only one of the fetched values.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!