updateOrigin property
Where the update action originated.
Output only. Possible string values are:
- "REMOTE_CONFIG_UPDATE_ORIGIN_UNSPECIFIED" : Catch-all for unrecognized values.
- "CONSOLE" : The update came from the Firebase UI.
- "REST_API" : The update came from the Remote Config REST API.
- "ADMIN_SDK_NODE" : This value is used when the update came from the Firebase Admin Node SDK
Implementation
core.String? updateOrigin;