RemoteConfigUser interface

Interface representing a Remote Config user.

Signature:

export interface RemoteConfigUser 

Properties

Property Type Description
email string Email address. Output only.
imageUrl string Image URL. Output only.
name string Display name. Output only.

RemoteConfigUser.email

Email address. Output only.

Signature:

email: string;

RemoteConfigUser.imageUrl

Image URL. Output only.

Signature:

imageUrl?: string;

RemoteConfigUser.name

Display name. Output only.

Signature:

name?: string;