Here's everything we announced at I/O, from new Firebase Studio features to more ways to integrate AI.
Read blog.
remoteConfig.ConfigUser interface
All the fields associated with the person/service account that wrote a Remote Config template.
Signature:
export interface ConfigUser
Properties
Property |
Type |
Description |
email |
string |
Email address. |
imageUrl |
string |
Image URL. |
name |
string |
Display name. |
remoteConfig.ConfigUser.email
Email address.
Signature:
email: string;
remoteConfig.ConfigUser.imageUrl
Image URL.
Signature:
imageUrl: string;
remoteConfig.ConfigUser.name
Display name.
Signature:
name: string;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-21 UTC.
[null,null,["Last updated 2023-03-21 UTC."],[],[]]