@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
8 lines (7 loc) • 577 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.withFirebaseAppDelegate = exports.withIosGoogleServicesFile = void 0;
const appDelegate_1 = require("./appDelegate");
Object.defineProperty(exports, "withFirebaseAppDelegate", { enumerable: true, get: function () { return appDelegate_1.withFirebaseAppDelegate; } });
const googleServicesPlist_1 = require("./googleServicesPlist");
Object.defineProperty(exports, "withIosGoogleServicesFile", { enumerable: true, get: function () { return googleServicesPlist_1.withIosGoogleServicesFile; } });
;