We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffa687 commit 2e6f173Copy full SHA for 2e6f173
packages/firebase-remote-config/index.android.ts
@@ -295,7 +295,7 @@ export class RemoteConfig implements IRemoteConfig {
295
return new Promise((resolve, reject) => {
296
NSRemoteConfig().setDefaults(
297
this.native,
298
- serialize(defaults),
+ serialize(defaults, true),
299
new org.nativescript.firebase.remote_config.FirebaseRemoteConfig.Callback({
300
onSuccess(params) {
301
resolve();
0 commit comments