UNPKG

@smartface/plugin-firebase

Version:

Smartface Firebase Plugin for Smartface Native Framework

5 lines (4 loc) 204 B
import type analyticsAndroid from './analytics-Android'; import type analyticsIOS from './analytics-iOS'; declare const Analytics: typeof analyticsAndroid & typeof analyticsIOS; export default Analytics;