Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/nodejs-firestore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
Choose a base ref
...
head repository: googleapis/nodejs-firestore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.0
Choose a head ref
  • 4 commits
  • 19 files changed
  • 4 contributors

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    6ba6751 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. feat: Use REST (#1698)

    To use REST transport when possible, pass `{preferRest: true}` to the constructor:
    
    ```ts
    const db = new firestore.Firestore({preferRest: true});
    ```
    schmidt-sebastian authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d85b0e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. fix: minify proto JSON files (#1771)

    * fix: minify proto JSON files
    
    * fix: minify only in build/ folder
    alexander-fenster authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6393fe7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. chore(main): release 6.2.0 (#1770)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    282ac8a View commit details
    Browse the repository at this point in the history
Loading