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-js-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: firebase/firebase-js-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gcip-byociam-web-ms
Choose a head ref
  • 12 commits
  • 31 files changed
  • 1 contributor

Commits on Jun 18, 2025

  1. GCIP BYO-CIAM Initialize Auth Changes (#8995)

    * Implement InitializeAuth changes for BYO-CIAM Firebase Auth
    
    * Removing white space
    
    * Addressing review comments
    
    * Adding Unit test for initializeAuth with TenantConfig dependency
    
    * Running yarn run demo
    
    * Update doc
    mansisampat committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    3f717af View commit details
    Browse the repository at this point in the history
  2. Throw Operation Not Allowed for Invalid Auth Endpoint (#9013)

    * Throw not supported exception in _performApiRequest
    mansisampat committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    7ef8617 View commit details
    Browse the repository at this point in the history
  3. Implement exchangeToken public api (#9039)

    * Throw Operation Not Allowed for Invalid Auth Endpoint (#9013) (#9019)
    
    * Throw Operation Not Allowed for Invalid Auth Endpoint (#9013) (#9019)
    
    * Implement exchangeToken public api
    
    * Using expiry_in returned by backend
    
    * Addressing review comments and adding some Unit test
    
    * Docgen
    
    * Addressing review comments and adding some Unit test
    
    * Typo
    
    * yarn docgen
    
    * Fixing typo
    
    * yarn run format
    mansisampat committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    fbb6ac9 View commit details
    Browse the repository at this point in the history
  4. Write Firebase Token to Auth instance during exchange_token API (#9060)

    * Write Firebase Token to Auth instance
    
    * yarn run format
    
    * Fix unit test and run yarn docgen:all
    
    * Address comments
    mansisampat committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    cc4b7fc View commit details
    Browse the repository at this point in the history
  5. Implement getToken method for Regional Auth Interop (#9061)

    * Write Firebase Token to Auth instance
    
    * yarn run format
    
    * Fix unit test and run yarn docgen:all
    
    * getFirebaseToken Auth Interop method for BYO-CIAM
    
    * Add unit test
    
    * Adding Unit test
    
    * Running yarn docgen:all
    
    * Use getToken instead of getFirebaseToken
    
    * Adding Unit test
    
    * yarn run format
    
    * Remove unused method
    mansisampat committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    1aa8468 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Pass API Key as request param for Regional Auth requests & Demo App c…

    …hanges (#9102)
    
    * Pass API Key as request param for Regional Auth requests
    
    * Format
    
    * Update chrome version
    
    * Update chrome version
    
    * Update chrome version
    
    * Update chrome version
    
    * Update chrome version
    
    * Update chrome version
    
    * BYO-CIAM Demo App Changes (#9106)
    
    * BYO-CIAM Demo App Changes
    mansisampat authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    7a0a879 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    mansisampat committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    15b2302 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

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

Commits on Jun 30, 2025

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

Commits on Jul 1, 2025

  1. Configuration menu
    Copy the full SHA
    2202768 View commit details
    Browse the repository at this point in the history
  2. Remove yarn.lock

    mansisampat committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    b0cdd25 View commit details
    Browse the repository at this point in the history
  3. Lint

    mansisampat committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    9e78c48 View commit details
    Browse the repository at this point in the history
Loading