Platforms with which a Firebase App can be associated.

Index

Enumeration members

Enumeration members

ANDROID

ANDROID: = "ANDROID"

The Firebase App is associated with Android.

IOS

IOS: = "IOS"

The Firebase App is associated with iOS.

PLATFORM_UNKNOWN

PLATFORM_UNKNOWN: = "PLATFORM_UNKNOWN"

Unknown state. This is only used for distinguishing unset values.