@entropic-bond/firebase 1.13.2 → 1.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/README.md +0 -0
  2. package/lib/auth/firebase-auth.d.ts +20 -0
  3. package/lib/auth/firebase-auth.spec.d.ts +1 -0
  4. package/lib/cloud-functions/firebase-cloud-functions.d.ts +7 -0
  5. package/lib/cloud-functions/firebase-cloud-functions.spec.d.ts +6 -0
  6. package/lib/cloud-storage/firebase-cloud-storage.d.ts +10 -0
  7. package/lib/cloud-storage/firebase-cloud-storage.spec.d.ts +1 -0
  8. package/lib/entropic-bond-firebase.js +23777 -0
  9. package/lib/entropic-bond-firebase.umd.cjs +3677 -0
  10. package/lib/firebase-helper.d.ts +38 -0
  11. package/lib/index.d.ts +5 -0
  12. package/lib/mocks/test-user.d.ts +49 -0
  13. package/lib/store/firebase-datasource.d.ts +19 -0
  14. package/lib/store/firebase-datasource.spec.d.ts +1 -0
  15. package/package.json +4 -1
  16. package/.firebaserc +0 -5
  17. package/.github/workflows/release.yml +0 -27
  18. package/CHANGELOG.md +0 -338
  19. package/firebase.json +0 -30
  20. package/firestore.indexes.json +0 -4
  21. package/firestore.rules +0 -8
  22. package/functions/package-lock.json +0 -2344
  23. package/functions/package.json +0 -26
  24. package/functions/src/index.ts +0 -33
  25. package/functions/tsconfig.json +0 -19
  26. package/src/auth/firebase-auth.spec.ts +0 -90
  27. package/src/auth/firebase-auth.ts +0 -212
  28. package/src/cloud-functions/firebase-cloud-functions.spec.ts +0 -47
  29. package/src/cloud-functions/firebase-cloud-functions.ts +0 -25
  30. package/src/cloud-storage/firebase-cloud-storage.spec.ts +0 -135
  31. package/src/cloud-storage/firebase-cloud-storage.ts +0 -67
  32. package/src/firebase-helper.ts +0 -92
  33. package/src/index.ts +0 -5
  34. package/src/mocks/mock-data.json +0 -148
  35. package/src/mocks/test-user.ts +0 -121
  36. package/src/store/firebase-datasource.spec.ts +0 -555
  37. package/src/store/firebase-datasource.ts +0 -146
  38. package/storage.rules +0 -8
  39. package/tsconfig-build.json +0 -7
  40. package/tsconfig.json +0 -30
  41. package/vite.config.ts +0 -23

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.