Skip to content
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: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.5.0
Choose a base ref
...
head repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.6.0
Choose a head ref
  • 10 commits
  • 225 files changed
  • 6 contributors

Commits on Sep 16, 2025

  1. chore: update copyright headers from Google Inc. to Google LLC (#2974)

    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    lahirumaramba and google-labs-jules[bot] authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    3442251 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. FDC: update api version, integration tests, and CONTRIBUTING.md (#2972)

    * update integration tests and CONTRIBUTING.md
    
    * make test data more readable, tweak contributing instructions
    
    * update api to v1
    
    * check in dataconnect folder
    
    * address comments
    
    * remove .dataconnect folder
    
    * update .gitignore
    
    * make integration tests more robust, explicitly setting and clearing database state
    stephenarosaj authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    40325df View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Configuration menu
    Copy the full SHA
    e72c0cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c9895e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Configuration menu
    Copy the full SHA
    175ca9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27c682a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. feat(dc): Add executeQuery and executeMutation APIs to Data Connect (#…

    …2979)
    
    # API Changes
    - Added `executeQuery()` and `executeMutation()` to `src/data-connect/data-connect.ts`. These allow users to call deployed operations with impersonated auth credentials.
    
    # Testing
    - New unit tests added which match the coverage of existing `executeGraphql*` APIs
    - New integration tests added which more than match the coverage of existing `executeGraphql*` APIs
    
    # Commits: 
    * add in changes from stephenarosaj/fdc-impersonate
    
    * finish adding in changes from stephenarosaj/fdc-impersonate
    
    * update Google Inc. to Google LLC, run npm install; npm run build
    
    * run npm apidocs
    
    * remove public execute apis
    
    * convert executeOperation api to OperationRef(...).execute() api
    
    * remove internal client from operation refs
    
    * cleanup javadocs to address workflow failures
    
    * npm run apidocs
    
    * spread GraphqlOptions arguments in OperationRefs and executeOperation functions
    
    * convert unit tests to use spread args
    
    * convert integration tests to use spread args
    
    * add executeQuery test cases which do not provide impersonation options, bypassing auth policies
    
    * add executeMutation test cases which do not provide impersonation options, bypassing auth policies
    
    * run npm apidocs
    
    * address try/catch comment
    
    * address await and reject grouping comment
    
    * address getUrl comments
    
    * address insecureReason comment
    
    * convert autopush resources to prod
    
    * add RefOptions, [Operation,Query,Mutation]Ref, [Operation,Query,Mutation]Result to exported api
    
    * revert OperationRef.execute() API to executeOperation API
    
    * revert OperationRef.execute() API to executeOperation API
    
    * revert tests to use DataConnect.executeOperation() API instead of OperationRef.execute() API
    
    * revert package version
    
    * update executeOperation API to return executeOperationResponse
    
    * update comments
    
    * add invalidateAdminArgs to handle variadic JS executeOperation arguments
    
    * npm run apidocs for validateAdminArgs
    
    * update validateAdminArgs documentation
    
    * address validateAdminArgs and some test comments
    
    * update validate-admin-args and add tests, address existing test comments, revert package changes
    
    * update tests
    
    * update tests
    
    * address mutation test comments
    
    * address prod url comments
    
    * finally fixed unit tests
    
    * REALLY fixed unit tests
    
    * address comments, add DataConnect.executeQuery() and DataConnect.executeMutation() unit tests
    
    * make validateAdminArgs internal
    
    * address comments
    
    * address documentation comment
    
    * undo integration test changes
    
    * remove empty checks
    
    * remove length checks
    
    * remove foreach checks
    
    * address test comments
    
    * revert package version
    
    * revert package version to master
    
    * revert package version to master
    
    * update comments
    stephenarosaj authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    c9a3ee3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Configuration menu
    Copy the full SHA
    48c8ca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad7a4f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    2e2b36a View commit details
    Browse the repository at this point in the history
Loading