-
### [REQUIRED] Describe your environment
* Operating System version: (not related)
* Browser version: (not related)
* Firebase SDK version: 7.1.0
* Firebase Product: Remote Config
###…
-
My goal is to decode a model from String. I'm developing a KMM application and bump into this issue that I cannot solve on iOS. Android works fine.
**To Reproduce**
``` kotlin
import kotlinx.se…
-
### Description
We have an iOS app that allows users to pick target environment at runtime. Each environment has the each own `plist` file, ie GoogleService-Info-Staging.plist or GoogleService-Info-P…
-
First 10 or so times it work fine, but then I am stacked in this exception:
`Exception: Xamarin.Plugin.Firebase.RemoteConfig.Exceptions.FirebaseRemoteConfigFetchFailedException: [FirebaseRemoteConfig…
-
### [REQUIRED] Step 1: Describe your environment
* Xcode version: 11.7
* Firebase SDK version: 6.28.2
* Installation method: `Zip file` (select one)
* Firebase Component: RemoteConfi…
-
Hi! Thank you very much for your lib. It works fine, but I have a problem with RemoteConfig conditions https://firebase.google.com/docs/remote-config/parameters
I want to use "Device in region/countr…
-
About 9 days ago, our airbrake/phpbrake v0.8.0 connection with CodebaseHQ stopped reporting errors; it was working previously
On closer inspection, the remote config is failing to load - "Project n…
-
## Firebase Remote Configを利用したバージョン管理を行う
### 処理概要(VersionCheck処理を置き換え)
- アプリ起動時にRemoteConfigから最低保証バージョンの値を取得し、アプリ自身のバージョンと比較する
- 1.0.0の形式の値
- パラメータ:force_update
- アプリ自身のバージョンの方が下の場合はダイアログ表示…
-
If RemoteConfig update to the latest version `10.19.0` then the extension can't be built.
Here is logs
```
/var/folders/sk/1rps9wzs79zdj9f2wz8m0yf00000gn/T/job14189348262439117672/CocoaPodsSer…
-
Doing this in common code of KMP project:
```
remoteConfig.setDefaultsSafe(*defaults)
remoteConfig.fetchAndActivate()
log.d { remoteConfig.all }
```
results in the expected behavior on Androi…