@react-native-firebase/app
Version:
A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Sto
7 lines (6 loc) • 447 B
TypeScript
import { ConfigPlugin } from '@expo/config-plugins';
import { AppDelegateProjectFile } from '@expo/config-plugins/build/ios/Paths';
export declare function modifyObjcAppDelegate(contents: string): string;
export declare function modifySwiftAppDelegate(contents: string): string;
export declare function modifyAppDelegateAsync(appDelegateFileInfo: AppDelegateProjectFile): Promise<void>;
export declare const withFirebaseAppDelegate: ConfigPlugin;