webId property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
A unique, Firebase-assigned identifier for the WebApp
.
This identifier is only used to populate the namespace
value for the
WebApp
. For most use cases, use appId
to identify or reference the
App. The webId
value is only unique within a FirebaseProject
and its
associated Apps.
Output only. Immutable.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? webId;