GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.5 KiB

2 months ago
  1. import firebase from '@firebase/app-compat';
  2. export { default } from '@firebase/app-compat';
  3. import '@firebase/analytics-compat';
  4. import '@firebase/app-check-compat';
  5. import '@firebase/auth-compat';
  6. import '@firebase/database-compat';
  7. import '@firebase/firestore-compat';
  8. import '@firebase/functions-compat';
  9. import '@firebase/messaging-compat';
  10. import '@firebase/storage-compat';
  11. import '@firebase/performance-compat';
  12. import '@firebase/remote-config-compat';
  13. var name$1 = "firebase";
  14. var version$1 = "9.16.0";
  15. /**
  16. * @license
  17. * Copyright 2020 Google LLC
  18. *
  19. * Licensed under the Apache License, Version 2.0 (the "License");
  20. * you may not use this file except in compliance with the License.
  21. * You may obtain a copy of the License at
  22. *
  23. * http://www.apache.org/licenses/LICENSE-2.0
  24. *
  25. * Unless required by applicable law or agreed to in writing, software
  26. * distributed under the License is distributed on an "AS IS" BASIS,
  27. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  28. * See the License for the specific language governing permissions and
  29. * limitations under the License.
  30. */
  31. firebase.registerVersion(name$1, version$1, 'app-compat');
  32. var name = "firebase";
  33. var version = "9.16.0";
  34. /**
  35. * @license
  36. * Copyright 2017 Google LLC
  37. *
  38. * Licensed under the Apache License, Version 2.0 (the "License");
  39. * you may not use this file except in compliance with the License.
  40. * You may obtain a copy of the License at
  41. *
  42. * http://www.apache.org/licenses/LICENSE-2.0
  43. *
  44. * Unless required by applicable law or agreed to in writing, software
  45. * distributed under the License is distributed on an "AS IS" BASIS,
  46. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  47. * See the License for the specific language governing permissions and
  48. * limitations under the License.
  49. */
  50. console.warn("\nIt looks like you're using the development build of the Firebase JS SDK.\nWhen deploying Firebase apps to production, it is advisable to only import\nthe individual SDK components you intend to use.\n\nFor the module builds, these are available in the following manner\n(replace <PACKAGE> with the name of a component - i.e. auth, database, etc):\n\nCommonJS Modules:\nconst firebase = require('firebase/app');\nrequire('firebase/<PACKAGE>');\n\nES Modules:\nimport firebase from 'firebase/app';\nimport 'firebase/<PACKAGE>';\n\nTypescript:\nimport firebase from 'firebase/app';\nimport 'firebase/<PACKAGE>';\n");
  51. firebase.registerVersion(name, version, 'compat');
  52. //# sourceMappingURL=index.esm.js.map