UNPKG

@smartface/plugin-firebase

Version:

Smartface Firebase Plugin for Smartface Native Framework

11 lines 465 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); // @ts-ignore var system_1 = __importDefault(require("@smartface/native/device/system")); var Messaging = require("./messaging-".concat(system_1.default.OS)); exports.default = Messaging; module.exports = Messaging; //# sourceMappingURL=index.js.map