UNPKG

3.78 kBJavaScriptView Raw
1/*! firebase-admin v10.0.0 */
2"use strict";
3/*!
4 * Copyright 2021 Google Inc.
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19 if (k2 === undefined) k2 = k;
20 Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
21}) : (function(o, m, k, k2) {
22 if (k2 === undefined) k2 = k;
23 o[k2] = m[k];
24}));
25var __exportStar = (this && this.__exportStar) || function(m, exports) {
26 for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
27};
28Object.defineProperty(exports, "__esModule", { value: true });
29__exportStar(require("./credential/index"), exports);
30var app_check_namespace_1 = require("./app-check/app-check-namespace");
31Object.defineProperty(exports, "appCheck", { enumerable: true, get: function () { return app_check_namespace_1.appCheck; } });
32var auth_namespace_1 = require("./auth/auth-namespace");
33Object.defineProperty(exports, "auth", { enumerable: true, get: function () { return auth_namespace_1.auth; } });
34var database_namespace_1 = require("./database/database-namespace");
35Object.defineProperty(exports, "database", { enumerable: true, get: function () { return database_namespace_1.database; } });
36var firestore_namespace_1 = require("./firestore/firestore-namespace");
37Object.defineProperty(exports, "firestore", { enumerable: true, get: function () { return firestore_namespace_1.firestore; } });
38var instance_id_namespace_1 = require("./instance-id/instance-id-namespace");
39Object.defineProperty(exports, "instanceId", { enumerable: true, get: function () { return instance_id_namespace_1.instanceId; } });
40var installations_namespace_1 = require("./installations/installations-namespace");
41Object.defineProperty(exports, "installations", { enumerable: true, get: function () { return installations_namespace_1.installations; } });
42var machine_learning_namespace_1 = require("./machine-learning/machine-learning-namespace");
43Object.defineProperty(exports, "machineLearning", { enumerable: true, get: function () { return machine_learning_namespace_1.machineLearning; } });
44var messaging_namespace_1 = require("./messaging/messaging-namespace");
45Object.defineProperty(exports, "messaging", { enumerable: true, get: function () { return messaging_namespace_1.messaging; } });
46var project_management_namespace_1 = require("./project-management/project-management-namespace");
47Object.defineProperty(exports, "projectManagement", { enumerable: true, get: function () { return project_management_namespace_1.projectManagement; } });
48var remote_config_namespace_1 = require("./remote-config/remote-config-namespace");
49Object.defineProperty(exports, "remoteConfig", { enumerable: true, get: function () { return remote_config_namespace_1.remoteConfig; } });
50var security_rules_namespace_1 = require("./security-rules/security-rules-namespace");
51Object.defineProperty(exports, "securityRules", { enumerable: true, get: function () { return security_rules_namespace_1.securityRules; } });
52var storage_namespace_1 = require("./storage/storage-namespace");
53Object.defineProperty(exports, "storage", { enumerable: true, get: function () { return storage_namespace_1.storage; } });