projectId property

String? projectId
getter/setter pair

A user-assigned unique identifier for the Project.

This identifier may appear in URLs or names for some Firebase resources associated with the Project, but it should generally be treated as a convenience alias to reference the Project.

Immutable.

Implementation

core.String? projectId;