firebase-namespace-api.js 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*! firebase-admin v12.1.1 */
  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. */
  18. var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
  19. if (k2 === undefined) k2 = k;
  20. var desc = Object.getOwnPropertyDescriptor(m, k);
  21. if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
  22. desc = { enumerable: true, get: function() { return m[k]; } };
  23. }
  24. Object.defineProperty(o, k2, desc);
  25. }) : (function(o, m, k, k2) {
  26. if (k2 === undefined) k2 = k;
  27. o[k2] = m[k];
  28. }));
  29. var __exportStar = (this && this.__exportStar) || function(m, exports) {
  30. for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
  31. };
  32. Object.defineProperty(exports, "__esModule", { value: true });
  33. exports.storage = exports.securityRules = exports.remoteConfig = exports.projectManagement = exports.messaging = exports.machineLearning = exports.installations = exports.instanceId = exports.firestore = exports.database = exports.auth = exports.appCheck = void 0;
  34. __exportStar(require("./credential/index"), exports);
  35. var app_check_namespace_1 = require("./app-check/app-check-namespace");
  36. Object.defineProperty(exports, "appCheck", { enumerable: true, get: function () { return app_check_namespace_1.appCheck; } });
  37. var auth_namespace_1 = require("./auth/auth-namespace");
  38. Object.defineProperty(exports, "auth", { enumerable: true, get: function () { return auth_namespace_1.auth; } });
  39. var database_namespace_1 = require("./database/database-namespace");
  40. Object.defineProperty(exports, "database", { enumerable: true, get: function () { return database_namespace_1.database; } });
  41. var firestore_namespace_1 = require("./firestore/firestore-namespace");
  42. Object.defineProperty(exports, "firestore", { enumerable: true, get: function () { return firestore_namespace_1.firestore; } });
  43. var instance_id_namespace_1 = require("./instance-id/instance-id-namespace");
  44. Object.defineProperty(exports, "instanceId", { enumerable: true, get: function () { return instance_id_namespace_1.instanceId; } });
  45. var installations_namespace_1 = require("./installations/installations-namespace");
  46. Object.defineProperty(exports, "installations", { enumerable: true, get: function () { return installations_namespace_1.installations; } });
  47. var machine_learning_namespace_1 = require("./machine-learning/machine-learning-namespace");
  48. Object.defineProperty(exports, "machineLearning", { enumerable: true, get: function () { return machine_learning_namespace_1.machineLearning; } });
  49. var messaging_namespace_1 = require("./messaging/messaging-namespace");
  50. Object.defineProperty(exports, "messaging", { enumerable: true, get: function () { return messaging_namespace_1.messaging; } });
  51. var project_management_namespace_1 = require("./project-management/project-management-namespace");
  52. Object.defineProperty(exports, "projectManagement", { enumerable: true, get: function () { return project_management_namespace_1.projectManagement; } });
  53. var remote_config_namespace_1 = require("./remote-config/remote-config-namespace");
  54. Object.defineProperty(exports, "remoteConfig", { enumerable: true, get: function () { return remote_config_namespace_1.remoteConfig; } });
  55. var security_rules_namespace_1 = require("./security-rules/security-rules-namespace");
  56. Object.defineProperty(exports, "securityRules", { enumerable: true, get: function () { return security_rules_namespace_1.securityRules; } });
  57. var storage_namespace_1 = require("./storage/storage-namespace");
  58. Object.defineProperty(exports, "storage", { enumerable: true, get: function () { return storage_namespace_1.storage; } });