Skip to content

Commit

Permalink
update events in documantation
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Jan 8, 2024
1 parent 3bbbdcc commit 69f563a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions firebase_remoteconfig/api/firebase.script_api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
members:
- name: remoteconfig.initialize
type: function
desc: Initialise Firebase Remote Config. Generates CONFIG_INITIALIZE or MSG_ERROR
desc: Initialise Firebase Remote Config. Generates MSG_INITIALIZED or MSG_ERROR

#*****************************************************************************************************

Expand Down Expand Up @@ -48,19 +48,19 @@

- name: remoteconfig.fetch
type: function
desc: Fetches config data from the server. Generates CONFIG_FETCHED or MSG_ERROR
desc: Fetches config data from the server. Generates MSG_FETCHED or MSG_ERROR

#*****************************************************************************************************

- name: remoteconfig.activate
type: function
desc: Asynchronously activates the most recently fetched configs, so that the fetched key value pairs take effect. Generates CONFIG_ACTIVATED or MSG_ERROR
desc: Asynchronously activates the most recently fetched configs, so that the fetched key value pairs take effect. Generates MSG_ACTIVATED or MSG_ERROR

#*****************************************************************************************************

- name: remoteconfig.fetch_and_activate
type: function
desc: Asynchronously fetches and then activates the fetched configs. Generates CONFIG_FETCHED and CONFIG_ACTIVATED or MSG_ERROR
desc: Asynchronously fetches and then activates the fetched configs. Generates MSG_FETCHED and MSG_ACTIVATED or MSG_ERROR

#*****************************************************************************************************

Expand Down Expand Up @@ -146,7 +146,7 @@
parameters:
- name: defaults
type: table
desc: Key-value pairs representing the default values. Generates CONFIG_DEFAULTS_SET or MSG_ERROR
desc: Key-value pairs representing the default values. Generates MSG_DEFAULTS_SET or MSG_ERROR

#*****************************************************************************************************

Expand Down

0 comments on commit 69f563a

Please sign in to comment.