@react-native-firebase/app-check
Version:
React Native Firebase - App Check
6 lines (5 loc) • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withFirebaseAppDelegate = void 0;
const appDelegate_1 = require("./appDelegate");
Object.defineProperty(exports, "withFirebaseAppDelegate", { enumerable: true, get: function () { return appDelegate_1.withFirebaseAppDelegate; } });