Firebase Remote Config¶
Non-Visible componentCategory | Requires | Version |
---|---|---|
API 21, Android 5.0 Lollipop | 2 |
Overview¶
A non-visible component that gets data from the Remote Config service powered by Firebase.
Permissions
Events¶
Fetch Failed¶
Triggers when the fetch failed
Fetch Success¶
Triggers when the fetch was successful
Methods¶
Fetch¶
Fetches parameter values for your app
Get Boolean¶
Returns: Boolean
Gets a boolean value corresponding to the specified key
Params | |
---|---|
key | Text |
Get Number¶
Returns: Number
Gets a number value corresponding to the specified key
Params | |
---|---|
key | Text |
Get Text¶
Returns: Text
Gets a text value corresponding to the specified key
Params | |
---|---|
key | Text |
Properties¶
Cache Expiration¶
Number Default: 43200 Read Write - Designer Blocks
Time how long the data keeps on the device in ms
Last update: November 9, 2022