firebase-js-sdk
firebase-js-sdk copied to clipboard
Firebase Javascript SDK
Note that our backend changes to `getRecaptchaConfig` is not ready yet. Added a TODO to e2e test the SDK changes later.
Resolving inconsistency in GithubAuthProvider example in compat docs
Withholding this PR till the count query is ready to be released.
### [REQUIRED] Describe your environment * Operating System version: Ubuntu 20.04.4 LTS * Browser version: 104.0 (64-bit) Mozilla Firefox for Ubuntu canonical - 1.0 * Firebase SDK version: firebase: 9.9.4...
There does not seem to be be a way to create an AuthCredential from a JSON credential representation. The AuthCredential has a toJSON() method but not a fromJSON() method. Ideally...
### [REQUIRED] Describe your environment * Operating System version: macOS 12.1 * Browser version: Chrome 105 * Firebase SDK version: 9.9.4 * Firebase Product: auth/firestore (auth, database, storage, etc) ###...
### [REQUIRED] Describe your environment * Operating System version: MacOS 12.5.1 * Browser version: Chromium 102.0.5005.63 * Firebase SDK version: 9.10.0 * Firebase Product: auth ### [REQUIRED] Describe the problem...
Fix a bug where Firestore fails to return results from the local cache if the result set was empty. This bug is due to the following logic in `event_manager.ts`: https://github.com/firebase/firebase-js-sdk/blob/4ddf5566ca52b1f9ef776dd647c7d514e3b3f9f5/packages/firestore/src/core/event_manager.ts#L374-L375...