June 2018
Beginner to intermediate
394 pages
9h 2m
English
Once the in-app parameters have been connected to the FirebaseRemoteConfig object, the code should have the capacity to obtain the values, while keeping in mind that its end goal is to make use of them when configuring the application's appearance and behavior.
This is accomplished by calling one of a number of get methods on the FirebaseRemoteConfig instance as an argument – the key for which is the comparing value. The right get method to call will rely upon the kind of the value associated with the parameter; the methods available are as follows:
We can fetch the values using those methods, as shown in the following examples:
String ...
Read now
Unlock full access