File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ export interface ConfigUpdateData {
90
90
*
91
91
* @param handler - Event handler which is run every time a Remote Config update occurs.
92
92
* @returns A Cloud Function that you can export and deploy.
93
- * @alpha
94
93
*/
95
94
export function onConfigUpdated (
96
95
handler : ( event : CloudEvent < ConfigUpdateData > ) => any | Promise < any >
@@ -102,7 +101,6 @@ export function onConfigUpdated(
102
101
* @param opts - Options that can be set on an individual event-handling function.
103
102
* @param handler - Event handler which is run every time a Remote Config update occurs.
104
103
* @returns A Cloud Function that you can export and deploy.
105
- * @alpha
106
104
*/
107
105
export function onConfigUpdated (
108
106
opts : EventHandlerOptions ,
@@ -115,7 +113,6 @@ export function onConfigUpdated(
115
113
* @param optsOrHandler - Options or an event handler.
116
114
* @param handler - Event handler which is run every time a Remote Config update occurs.
117
115
* @returns A Cloud Function that you can export and deploy.
118
- * @alpha
119
116
*/
120
117
export function onConfigUpdated (
121
118
optsOrHandler :
You can’t perform that action at this time.
0 commit comments