firebase-remote-config Questions

4

Solved

I want to implement kind of a proxy for some boolean values in my app. The logic would be as follows: I receive a set of values from my back-end I have some of these values set in Firebase as wel...
Nambypamby asked 15/12, 2017 at 13:36

2

At first image, I stopped application where I try to get some data from FirebaseRemoteConfig. The code I evaluated is a simple code to get string from FirebaseRemoteConfig. But it returns empty str...
Jaxartes asked 24/10, 2018 at 14:41

3

Solved

I am trying to deploy a web app with firebase but every time I run deploy I keep getting this error Error: Parse Error in remoteconfig.template.json: No data, empty input at 1:1 ^ File: "rem...
Inconspicuous asked 7/11, 2020 at 14:5

3

When I am adding com.google.firebase:firebase-config:19.1.0 to use firebase remote config having this issue. java.lang.RuntimeException: Duplicate class com.google.protobuf.AbstractMessageLite f...
Swill asked 21/1, 2020 at 10:8

1

Solved

When Firebase RemoteConfig fetch is invoked, the closure gets called asynchronously when the data is available. After the initial result is returned, does the closure keep listening for changes or ...
Kosel asked 18/9, 2018 at 14:21

1

Solved

hey guys I was having a problem with firebase remote config basically the part I blurred out has a json array that looks like this: [ { "owner": "1", "platform": &...
Ulcerate asked 4/2, 2021 at 15:15

3

As a part of upgrading the code base to Swift5, I have updated Firebase pod in my project. After that i started getting warning as below. isDeveloperModeEnabled is deprecated: This no longer nee...
Caputo asked 20/6, 2019 at 20:18

3

I have recently upgraded all my firebase libraries in my Flutter project. After that I'm getting the message: /flutter (27126): [ERROR:flutter/shell/platform/android/platform_view_android_jni_impl...
Tertia asked 3/11, 2020 at 16:18

8

Solved

I am using Firebase Core and some other Features, but not Remote Config. Multiple times a second the following Output is on Logcat. Where can I disable the Remote Config functionality or even set...
Rangy asked 4/4, 2019 at 7:33

3

Firebase Remote Config activateFetched() is deprecated. What to use instead? firebaseRemoteConfig.activateFetched();
Coarse asked 14/8, 2019 at 12:39

4

Solved

Are all of the Firebase services for Android unable to work on Huawei or is it just the cloud messaging service that does not work? Do all of the firebase services rely on Google Play Services?

3

Below is a class implemented to fetch remote config values from the Firebase console, however when calling fetch cloud values, the completion block never executes (i.e. If I break in the completion...
Hydrophobic asked 9/6, 2020 at 15:52

6

The Firebase Remote Config App version condition seems to be ignored. I've made the following setup to play around with my current development version: xCode Version setup: Firebase Remote Config ...
Bongbongo asked 11/7, 2016 at 11:27

2

Solved

I'm looking for a better way to integrate firebase remote config into my Nodejs server. Basically I have 2 questions, firebase's Official js sdk documentation says remoteconfig does not support ...
Prieto asked 22/4, 2020 at 11:52

4

Solved

I'm using Firebase Remote Config to fetch remote data and my app needs an up-to-date data from the first launch. I'm doing a fetch and update in my Application's onCreate(): mFirebaseRemoteConfig...
Aplomb asked 19/2, 2017 at 14:3

3

Solved

Is it possible to use Firebase Remote Config without having Google Play Services installed (aosp) on the device? I did follow this setup in my android project: (via https://firebase.google.com/doc...
Emissivity asked 18/3, 2020 at 14:8

1

Firebase provides the following methods: getBoolean() getByteArray() getDouble() getLong() getString() https://firebase.google.com/docs/remote-config/use-config-android#get-parametervalues-to-u...
Nonmoral asked 6/11, 2018 at 10:14

5

Solved

I want to migrate from existing firebase project to a new firebase project Issue is that I have a lot of remote config keys and values in my existing project Now I want to export all remote config ...
Flamsteed asked 13/10, 2017 at 6:53

1

I'm seeing following error after adding RemoteConfig. 2020-04-02 16:47:06.844 12100-12100/removed W/ComponentDiscovery: Class com.google.firebase.remoteconfig.ktx.FirebaseConfigKtxRegistrar is no...
Commensurate asked 2/4, 2020 at 13:8

2

Solved

After upgrading Firebase libraries to implementation "com.google.firebase:firebase-messaging:18.0.0" implementation 'com.google.firebase:firebase-config:17.0.0' implementation 'com.google.firebas...
Keturahkeung asked 21/5, 2019 at 7:52

3

Solved

I wanted to perform two A/B tests on an app using Firebase A/B Testing with Remote Config. The problem is that the two tests audiences should be mutually exclusive. Forming part of both experiment...
Throstle asked 9/11, 2017 at 12:18

2

I am using Firebase Remote Config feature in my app. I need to add a network timeout on the fetch request. #if DEBUG let expirationDuration: TimeInterval = 0 RemoteConfig.remoteConfig().configSet...
Leonoraleonore asked 7/6, 2018 at 15:7

7

I'm doing Firebase RemoteConfig integration. In one of the scenarios, I need to break a text line, so I tried to use new line character (\n). But this is not working, it is neither displaying as an...
Diseased asked 10/4, 2018 at 6:6

1

Solved

I'm using Firebase for my iOS app. For users on old versions of my app I want to be able to force them to update their app from App Store to be able to continue using the app. For this I'm checking...
Disproof asked 17/10, 2019 at 9:36

2

Solved

Whenever I call FirebaseRemoteConfig.getInstance(), I get this warning: W/zze: Application name is not set. Call Builder#setApplicationName. I've updated the json config file from Firebase, but i...
Northey asked 19/2, 2019 at 12:46

© 2022 - 2024 — McMap. All rights reserved.