UNPKG

@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) 260 B
import { ConfigPlugin } from '@expo/config-plugins'; /** * Update `app/build.gradle` by applying google-services plugin */ export declare const withApplyGoogleServicesPlugin: ConfigPlugin; export declare function applyPlugin(appBuildGradle: string): string;