-
Notifications
You must be signed in to change notification settings - Fork 918
Comparing changes
Open a pull request
base repository: firebase/firebase-js-sdk
base: firebase@9.8.1
head repository: firebase/firebase-js-sdk
compare: firebase@9.8.2
Commits on May 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 094da9e - Browse repository at this point
Copy the full SHA 094da9eView commit details -
Update Inquirer dependency (#6185)
* Update inquirer dep * Update yarn file for inquirer
Configuration menu - View commit details
-
Copy full SHA for d38eced - Browse repository at this point
Copy the full SHA d38ecedView commit details -
[Auth] Add missing field to firebase claim in token result (#6234)
* Add missing field to firebase claim in token result * Changeset. * Update changeset from PR feedback * Rebase
Configuration menu - View commit details
-
Copy full SHA for e15e895 - Browse repository at this point
Copy the full SHA e15e895View commit details
Commits on May 10, 2022
-
Update all non-major dependencies (#6255)
* Update all non-major dependencies * Remove eslint update Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for e5a4654 - Browse repository at this point
Copy the full SHA e5a4654View commit details -
Configuration menu - View commit details
-
Copy full SHA for f43b2b4 - Browse repository at this point
Copy the full SHA f43b2b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 412ff6e - Browse repository at this point
Copy the full SHA 412ff6eView commit details
Commits on May 11, 2022
-
Update typescript eslint dependencies (#6263)
* Update typescript eslint plugins * Update typescript eslint plugins lock file * Update @typescript-eslint/parser dependency
Configuration menu - View commit details
-
Copy full SHA for 8454f41 - Browse repository at this point
Copy the full SHA 8454f41View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa44d52 - Browse repository at this point
Copy the full SHA aa44d52View commit details -
Configuration menu - View commit details
-
Copy full SHA for c424340 - Browse repository at this point
Copy the full SHA c424340View commit details
Commits on May 13, 2022
-
Update package eslint types (#6271)
* update types for eslint * remove typo from mainEntryPointFilePath * Skip lib checks and update base pacakage with eslint * Update eslint types pacakge resulution in yarn.lock * Remove unnecessary skipLibCheck field
Configuration menu - View commit details
-
Copy full SHA for 1a06d5d - Browse repository at this point
Copy the full SHA 1a06d5dView commit details
Commits on May 19, 2022
-
* Integrate Document Overlay with the SDK (#6123) * Integrate Document Overlay with the SDK. * we should call ObjectValue.delete if value is null. * Remove unnecessary null check from MemoryDocumentOverlayCache.saveOverlay(), like is done in firebase/firebase-android-sdk#3518 * Address comments. * Port changes from Android SDK PR#3420. Note that we are not going to do any processing in the background. * Port overlay recalculation bug (Android SDK PR #3495). * Fix overlay bug when offline (Port Android SDK PR #3537). * Address feedback. * Better null check. Co-authored-by: Denver Coneybeare <dconeybe@google.com> * Overlay migration (#6131) * Overlay migration * Remove intermediate state. * Add test. * Address feedback. * Update overlay migration code to use DbMutationBatchStore (#6268) * wip. * remove console.log. * remove .only for test. * lint fixes. * Backport overlay bug fixes (Android PR 3691 3623) (#6274) * Porting Android PR #3623. * Port Android PR #3691. * address feedback and add missing tests. Co-authored-by: Denver Coneybeare <dconeybe@google.com>
Configuration menu - View commit details
-
Copy full SHA for 259389a - Browse repository at this point
Copy the full SHA 259389aView commit details
Commits on May 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d5d6ec - Browse repository at this point
Copy the full SHA 5d5d6ecView commit details
Commits on May 23, 2022
-
fix: Auth env detection for capacitor (#6236)
* fix: for capacitor * Update platform.ts * Update platform.ts * fix: lint * fix: lint * fix: lint issue in CI * add changeset
Configuration menu - View commit details
-
Copy full SHA for b6196d2 - Browse repository at this point
Copy the full SHA b6196d2View commit details -
Deprecate analytics function setCurrentScreen (#6269)
* Deprecate analytics function setCurrentScreen * Update tsdoc with link to replacement function * Add link to Track Screenviews dev doc.
Configuration menu - View commit details
-
Copy full SHA for 11d37ed - Browse repository at this point
Copy the full SHA 11d37edView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf623f - Browse repository at this point
Copy the full SHA dbf623fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af7a182 - Browse repository at this point
Copy the full SHA af7a182View commit details
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 36dbcc3 - Browse repository at this point
Copy the full SHA 36dbcc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4559c51 - Browse repository at this point
Copy the full SHA 4559c51View commit details
Commits on May 25, 2022
-
* Update release script to use wombat-dressing-room publish if in CI * Update E2E test workflow to use Node 14 to work with latest Firebase CLI * Delete release.yml (obsolete)
Configuration menu - View commit details
-
Copy full SHA for 71d5216 - Browse repository at this point
Copy the full SHA 71d5216View commit details
Commits on May 26, 2022
-
Propagate customData in FirebaseError when the user is disabled. (#6289)
* Propagate customData in FireBaseError when the user is disabled. * unit test to verify customData upon user-disabled error. * Added changeset.
Configuration menu - View commit details
-
Copy full SHA for 88517b5 - Browse repository at this point
Copy the full SHA 88517b5View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 507d52e - Browse repository at this point
Copy the full SHA 507d52eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ac2ed - Browse repository at this point
Copy the full SHA 63ac2edView commit details -
* Update CODEOWNERS Swap Sebastian with Maneesh/Tony. * Add maneesht to firebase-storage as well.
Patryk Lesiewicz authoredMay 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 568fd0d - Browse repository at this point
Copy the full SHA 568fd0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9614bbd - Browse repository at this point
Copy the full SHA 9614bbdView commit details
Commits on May 27, 2022
-
Rerun limit queries if a partial index is available. (#6301)
This is porting firebase/firebase-android-sdk#3657 to the Web SDK. The majority of the code was ported as a part of other PRs such as #6153. The only thing remaining is to port the tests in SQLiteLocalStoreTest.java which will be done as a part of #6261.
Configuration menu - View commit details
-
Copy full SHA for 8d03c8a - Browse repository at this point
Copy the full SHA 8d03c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cadc804 - Browse repository at this point
Copy the full SHA cadc804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fab71d - Browse repository at this point
Copy the full SHA 2fab71dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aca3ab - Browse repository at this point
Copy the full SHA 9aca3abView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db0dd9f - Browse repository at this point
Copy the full SHA db0dd9fView commit details
There are no files selected for viewing
This file was deleted.