Skip to content

Commit bd8947e

Browse files
committed
remove @Alpha from remote config since docs are published
1 parent 6dae11e commit bd8947e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/v2/providers/remoteConfig.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export interface ConfigUpdateData {
9090
*
9191
* @param handler - Event handler which is run every time a Remote Config update occurs.
9292
* @returns A Cloud Function that you can export and deploy.
93-
* @alpha
9493
*/
9594
export function onConfigUpdated(
9695
handler: (event: CloudEvent<ConfigUpdateData>) => any | Promise<any>
@@ -102,7 +101,6 @@ export function onConfigUpdated(
102101
* @param opts - Options that can be set on an individual event-handling function.
103102
* @param handler - Event handler which is run every time a Remote Config update occurs.
104103
* @returns A Cloud Function that you can export and deploy.
105-
* @alpha
106104
*/
107105
export function onConfigUpdated(
108106
opts: EventHandlerOptions,
@@ -115,7 +113,6 @@ export function onConfigUpdated(
115113
* @param optsOrHandler - Options or an event handler.
116114
* @param handler - Event handler which is run every time a Remote Config update occurs.
117115
* @returns A Cloud Function that you can export and deploy.
118-
* @alpha
119116
*/
120117
export function onConfigUpdated(
121118
optsOrHandler:

0 commit comments

Comments
 (0)