Skip to main content

Questions tagged [firebase-remote-config]

Firebase Remote Config allows developers to optimize and customize their iOS, Android and Web apps on the fly.

firebase-remote-config
0 votes
0 answers
21 views

Module 'FirebaseRemoteConfigInterop' not found

Firebase SDK Version: Unity 12.1.0 Xcode Version: 15.4 Installation Method: CocoaPods Firebase Product: Remote Config Targeted Platform: iOS Issue: I got an error: Module 'FirebaseRemoteConfigInterop' ...
An Trịnh's user avatar
0 votes
1 answer
31 views

Firebase - RemoteConfig with custom user properties return wrong value

I am setting userProperties for custom defined property (scope user) and userId in analytics using setUserProperties and setUserId, and fetching remote config based on the setted properties. but i am ...
Zoro's user avatar
  • 1
0 votes
1 answer
23 views

Error: [NOT_FOUND]: Template not found for project number 1234512345 and namespace firebase-server

I am seeing this error when trying to use Firebase Remote Config in a Server Action of a NextJS app: Error: [NOT_FOUND]: Template not found for project number 1234512345 and namespace firebase-server ...
Code on the Rocks's user avatar
1 vote
1 answer
66 views

Firebase Remote Config - Does JSON value have a maximum size?

I'm trying to publish changes to a JSON variable, but I get an error when publishing “A general validation error occurred.”. enter image description here I suspect it is because of too long JSON, it ...
Buka's user avatar
  • 21
0 votes
0 answers
21 views

Does Firebase Remote Config Can Survive Process Death?

With process death being the ultimate silent killer culprit of an Android app, does Firebase Remote Config survive system-initiated process death or do we still need to handle the recovery using Saved ...
Bitwise DEVS's user avatar
  • 3,156
0 votes
0 answers
87 views

RemoteConfig addOnConfigUpdateListener is not triggered

I try to implement a remote config in my Swift project. When I change the value of the remote config inside the Firebase console, it triggers the log inside Xcode. But sometimes, it triggers the ...
lauwis's user avatar
  • 401
0 votes
0 answers
19 views

Setting up multiple experiments on Firebase with level and session date condition

Objective We would like to set two experiments at the same time, EXPERIMENT X and EXPERIMENT Y using Firebase. Here are the outcomes that we want to achieve for each experiment For EXPERIMENT X ...
KutayK's user avatar
  • 11
0 votes
0 answers
83 views

Flutter Firebase Remote Config not updating values on when fetch and activate

I am using Firebase Remote Config and load the values on every app start. The is working. But now I also want to be able to update and fetch it. I tried it by simply calling: await _remoteConfig....
Chris's user avatar
  • 2,101
2 votes
1 answer
78 views

Firebase Remote Config randomizationId In Server Environment

I am trying to use randomizationId for firebase remote config server environment. I created the condition in the image. Here is my example code below but I am always included either first percentage ...
berkaycelebi's user avatar
1 vote
1 answer
126 views

How to dynamically update strings.xml in Android using JSON data from Firebase Remote Config for localization?

I'm working on an Android application that requires support for multiple languages. I am considering using Firebase Remote Config to manage localization by storing the translations in JSON format, ...
SYED MUHAMMAD HARIS's user avatar
0 votes
0 answers
36 views

Firebase Remote Config - Param's conditions is not working properly

In my firebase project i have remote config params and i´m getting these params from my flutter app, but the conditions is not working properly, this is the param that is not working: param and the ...
cristian porrety's user avatar
0 votes
0 answers
18 views

Does remote config for web projects still have throttling?

I want to use remote config for my react project but my configs are not suitable for long time caching when we want to edit them. For instance, I will send my requests to our backend by using a remote ...
electricity32's user avatar
0 votes
0 answers
21 views

NullPointerException persists after removing Firebase Remote Config from project

I Initially used Firebase Remote Config to fetch a string in my Android project. Started experiencing the following NullPointerException issue related to Firebase Remote Config. java.lang....
wj07's user avatar
  • 453
5 votes
3 answers
345 views

Setting the app language and sending to firebase config always using the device system language

I have an android app and using remote config. I have this usecase and I want to send the app language change in that request. My app supports both English and Vietnam and the user can select their ...
ant2009's user avatar
  • 23.3k
0 votes
0 answers
176 views

Firebase Remote Config cannot be fetched on production

I have an app which heavily rely on firebase remote config, on localhost there is not issue but once the app gets deployed I'm getting an error while trying to fetch remote config data. I get ...
Daniel Klein's user avatar

15 30 50 per page
1
2 3 4 5
40