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.

21 lines
430 B

2 months ago
  1. {
  2. "name": "firebase/compat",
  3. "main": "dist/index.node.cjs",
  4. "browser": "dist/esm/index.esm.js",
  5. "module": "dist/esm/index.esm.js",
  6. "react-native": "dist/index.rn.cjs.js",
  7. "typings": "index.d.ts",
  8. "components": [
  9. "app",
  10. "analytics",
  11. "app-check",
  12. "auth",
  13. "functions",
  14. "installations",
  15. "messaging",
  16. "performance",
  17. "remote-config",
  18. "firestore",
  19. "storage",
  20. "database"
  21. ]
  22. }