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

playwright 1.51.1 -> 1.52.0 protobufjs 7.4.0 -> 7.5.0 rollup-plugin-license 3.5.3 -> 3.6.0 selenium-webdriver 4.30.0 -> 4.31.0 terser 5.37.0 -> 5.39.0

Fix issue where SSL was defaulted to false in both Firestore and RTDB

### Operating System MacOS ### Environment (if applicable) Chrome 131 ### Firebase SDK Version 11.0.2 ### Firebase SDK Product(s) Firestore ### Project Tooling Solid.js ### Detailed Problem Description Firestore allows...

question
api: firestore
needs-attention

### Operating System Not relevant ### Environment (if applicable) Not relevant ### Firebase SDK Version 11.2.0 ### Firebase SDK Product(s) Auth ### Project Tooling React app, though this is not...

api: auth
question
needs-attention

### Operating System MacOS ### Environment (if applicable) Any browser ### Firebase SDK Version 10.9.0 ### Firebase SDK Product(s) Analytics, Remote-Config ### Project Tooling Elm app ### Detailed Problem Description...

needs-attention
api: remoteconfig
type: feature request

Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion * Read the contribution guidelines (CONTRIBUTING.md). *...

### Operating System Windows 11 ### Environment (if applicable) Chrome ### Firebase SDK Version 11.1.0 ### Firebase SDK Product(s) VertexAI ### Project Tooling Next.js app ### Detailed Problem Description When...

question
Repro Needed
needs-attention
api: ai

This change updates the getGenerativeModel getter to accept `ModelParams` or `HybridParams`. The `HybridParams.mode` field indicates whether hybrid inference is intended. This change just updates the inputs. All existing tests pass,...

Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion * Read the contribution guidelines (CONTRIBUTING.md). *...

Use [yarn's `nohoist` option](https://classic.yarnpkg.com/blog/2018/02/15/nohoist/) to prevent `@types/dom-chromium-ai` from being hosted to the root-level node_modules and interfering with other packages that should not include it. We may want to look into...