annotations property

Map<String, String>? annotations
getter/setter pair

A set of user-defined annotations for the FirebaseProject.

Learn more about annotations in Google's [AIP-128 standard](https://google.aip.dev/128#annotations). These annotations are intended solely for developers and client-side tools. Firebase services will not mutate this annotations set.

Implementation

core.Map<core.String, core.String>? annotations;