supportsFirebase property
bool
get
supportsFirebase
kIsWeb || isAndroidNative || isIOSNative || isMacOSNative
Check https://firebase.flutter.dev to make sure the Firebase services you're using actually support all these platforms
Implementation
bool get supportsFirebase =>
kIsWeb || isAndroidNative || isIOSNative || isMacOSNative;