firebase-js-sdk
firebase-js-sdk copied to clipboard
Firebase Javascript SDK
### Operating System macOs 14.2.1 ### Browser Version Chrome/121.0.6167.85 ### Firebase SDK Version 10.7.2 ### Firebase SDK Product: Auth ### Describe your project's tooling Next.js with app dir ### Describe...
### [REQUIRED] Describe your environment * Operating System version: macOS 10.15.7 * Browser version: Chrome 86.0.4240.111 * Firebase SDK version: 7.21.1 * Firebase Product: auth ### [REQUIRED] Describe the problem...
### Operating System iOS 16.7.4 ### Browser Version Safari ### Firebase SDK Version 10.7.2 ### Firebase SDK Product: Auth ### Describe your project's tooling React app ### Describe the problem...
### Firebase SDK Version 10.7.2 ### Describe the problem As per the lines below, the response auth credentials are already surfaced for `FEDERATED_USER_ID_ALREADY_LINKED` errors so that the credential can be...
### Operating System macOS ### Browser Version Safari 16.5.2 ### Firebase SDK Version 10.6.0 ### Firebase SDK Product: Database ### Describe your project's tooling index.html with source tag. Just javascript....
### Operating System macOS ### Browser Version Safari 16.5.2 ### Firebase SDK Version 10.7.0 ### Firebase SDK Product: Storage ### Describe your project's tooling index.html with source tag. Just javascript....
Firestore supports a feature called "client-side indexing" (e.g. `enablePersistentCacheIndexAutoCreation()`) which requires a significant amount of code to support it. This feature, however, is infrequently used and causes all users of...
Move the client-side indexing API in the `IndexManager` interface into a separate "plugin" interface, and add a nullable property to `IndexManager` to store a reference to it. The `MemoryIndexManager` class...
This PR simply deduplicates some logic in the `OfflineComponentProvider` class that starts and stops the schedulers (the gc scheduler and index backfiller scheduler). This small cleanup will be built upon...
This PR adds a test suite to perform some checks on the bundles produced by rollup for Firestore. The immediate motivation for this test suite is to provide an automated...