@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.
7 lines (6 loc) • 387 B
TypeScript
import { ConfigPlugin, IOSConfig, ExportedConfigWithProps } from '@expo/config-plugins';
import { PluginConfigType } from '../pluginConfig';
export declare const withIosCaptchaUrlTypes: ConfigPlugin<PluginConfigType>;
export declare function setUrlTypesForCaptcha({ config, }: {
config: ExportedConfigWithProps<IOSConfig.InfoPlist>;
}): ExportedConfigWithProps<IOSConfig.InfoPlist>;