remoteConfig.ConfigUser interface

Remote Config テンプレートを作成した個人/サービス アカウントに関連付けられたすべてのフィールド。

サイン:

export interface ConfigUser 

プロパティ

財産タイプ説明
Eメール電子メールアドレス。
画像URL画像のURL。
名前表示名。

RemoteConfig.ConfigUser.email

電子メールアドレス。

サイン:

email: string;

RemoteConfig.ConfigUser.imageUrl

画像のURL。

サイン:

imageUrl: string;

RemoteConfig.ConfigUser.name

表示名。

サイン:

name: string;