UNPKG

@smartface/plugin-firebase

Version:

Smartface Firebase Plugin for Smartface Native Framework

5 lines (4 loc) 164 B
import type authAndroid from './auth-Android'; import type authIOS from './auth-iOS'; declare const Auth: typeof authAndroid & typeof authIOS; export default Auth;