简体   繁体   中英

Setup Firebase Remote Config

I want to use Remote Config in a application Xamarin.Forms .
I use a blog - Firebase Remote Config in Xamarin Forms

I have a question about the section: Setup Firebase Remote Config .

Quote

We can setup Firebase Remote Config through the Firebase portal https://console.firebase.google.com/project/Your-Firebase-Project/config and it is an easy process because the portal GUI is nice and friendly. To do it, we add a new parameter key and the default value and of course it can be a json (the GUI has a tool to validate the format of the json content). In the example case the key will be Features and the default value a json:

 { "ShowPlayerDetail": false }

In this case, we setup a key called ShowPlayerDetail to show or not the player detail.


Question:

Where is the JSON file referred to in this section?

Note.

I am currently in a project.

在此处输入图像描述


Update-1

在此处输入图像描述



Update-2

在此处输入图像描述



Update-3

在此处输入图像描述



Update-4

在此处输入图像描述



Update-5

I have completed the following steps.
Did I do the right thing?
Do my actions correspond to what is described in the blog?

Or do I need to perform Publish changes ? (see Pic-4. Result )


Pic-1
在此处输入图像描述


Pic-2
在此处输入图像描述


Pic-3
在此处输入图像描述


Pic-4. Result
在此处输入图像描述

You're using an existing Firebase project but there are no apps in your project, please see the Update-4 screenshot.

You could click the iOS or Android icon to add app to your Firebase project, and make sure the Apple bundle ID matches the Bundle identifier in info.plist of your Xamarin.iOS project, the Android package name matches the packagename in AndroidManifest.xml of your Xamarin.Android project. After registering the app, you can download the google-services.json file for Android and the GoogleService-Info.plist file for iOS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM