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.

7 lines (6 loc) 167 B
export interface PluginConfigType { ios?: PluginConfigTypeIos; } export interface PluginConfigTypeIos { captchaOpenUrlFix?: undefined | boolean | 'default'; }