UNPKG

@react-native-firebase/auth

Version:

React Native Firebase - The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. React Native Firebase provides access to all Firebase authentication methods and identity providers.

5 lines (4 loc) 185 B
import { ConfigPlugin } from '@expo/config-plugins'; import { PluginConfigType } from './pluginConfig'; declare const _default: ConfigPlugin<PluginConfigType>; export default _default;