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

10 lines (9 loc) 871 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withCopyAndroidGoogleServices = exports.withApplyGoogleServicesPlugin = exports.withBuildscriptDependency = void 0; const applyPlugin_1 = require("./applyPlugin"); Object.defineProperty(exports, "withApplyGoogleServicesPlugin", { enumerable: true, get: function () { return applyPlugin_1.withApplyGoogleServicesPlugin; } }); const buildscriptDependency_1 = require("./buildscriptDependency"); Object.defineProperty(exports, "withBuildscriptDependency", { enumerable: true, get: function () { return buildscriptDependency_1.withBuildscriptDependency; } }); const copyGoogleServices_1 = require("./copyGoogleServices"); Object.defineProperty(exports, "withCopyAndroidGoogleServices", { enumerable: true, get: function () { return copyGoogleServices_1.withCopyAndroidGoogleServices; } });