firebase-js-sdk
firebase-js-sdk copied to clipboard
Firebase Javascript SDK
### [REQUIRED] Describe your environment * Operating System version: macOS 12.5.1 * Browser version: Brave 1.43.93 * Firebase SDK version: 9.9.4 * Firebase Product: auth ### [REQUIRED] Describe the problem...
### [REQUIRED] Describe your environment * Operating System version: Windows 10 * Firebase SDK version: 9.6.2 * rules-unit-test package version: 2.0.1 * Firebase Product: firestore ### [REQUIRED] Describe the problem...
### [REQUIRED] Describe your environment * Operating System version: Multiple (Windows 10, Android 10) * Browser version: Multiple (Chrome Mobile 91.0.4472, Edge, Samsung Internet 13.0) * Firebase SDK version: 8.4.3...
### Environment * Operating System version: Android 12 * Browser version: Brave 1.43.90, Chromium 105.0.5195.102, Chrome 105.0.5195.79 * Firebase SDK version: 9.9.0 * Firebase Product: auth ### [REQUIRED] Describe the...
PoC of [go/firebase-api-client-autoinit](https://goto.google.com/firebase-api-client-autoinit)
### [REQUIRED] Describe your environment * Operating System version: MacOS 12.4 * Browser version: Chrome v104 * Firebase SDK version: 8.10.1 * Firebase Product: Firestore ### [REQUIRED] Describe the problem...
Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6. Release notes Sourced from jose's releases. v2.0.6 Fixes limit default PBES2 alg's computational expense (c1512be) Changelog Sourced from jose's changelog. 2.0.6 (2022-09-01) Bug Fixes...
Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6. Release notes Sourced from jose's releases. v2.0.6 Fixes limit default PBES2 alg's computational expense (c1512be) Changelog Sourced from jose's changelog. 2.0.6 (2022-09-01) Bug Fixes...
Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6. Release notes Sourced from jose's releases. v2.0.6 Fixes limit default PBES2 alg's computational expense (c1512be) Changelog Sourced from jose's changelog. 2.0.6 (2022-09-01) Bug Fixes...
This is our storage rules ``` service firebase.storage { match /b/{bucket}/o { match /{allPaths=**} { allow read; allow write: if request.auth != null; } } } ``` GET works, but...