firebase-js-sdk icon indicating copy to clipboard operation
firebase-js-sdk copied to clipboard

Firebase Javascript SDK

Results 633 firebase-js-sdk issues
Sort by recently updated
recently updated
newest added

### 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...

api: auth
question
needs-attention

### [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...

api: auth
feature request
internal-bug-filed

### 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...

api: auth
question
needs-attention

### 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...

api: auth
type: feature request

### 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....

api: database
question
needs-attention

### 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....

api: storage
question
documentation
needs-attention

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...

api: firestore

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...

api: firestore

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...

api: firestore

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...

api: firestore