platform property
The platform of the Firebase App. Possible string values are:
- "PLATFORM_UNSPECIFIED" : Unknown state. This is only used for distinguishing unset values.
- "IOS" : The Firebase App is associated with iOS.
- "ANDROID" : The Firebase App is associated with Android.
- "WEB" : The Firebase App is associated with web.
Implementation
core.String? platform;