firebase-js-sdk icon indicating copy to clipboard operation
firebase-js-sdk copied to clipboard

Allow http redirect for localhost testing

Open bhparijat opened this issue 2 years ago • 4 comments

PR for fixing github issue https://github.com/firebase/firebase-js-sdk/issues/7342 to allow http redirect for localhost authdomain. Tested using demo app that on redirect url uses http instead of https.

bhparijat avatar Nov 15 '23 07:11 bhparijat

🦋 Changeset detected

Latest commit: 2e38b871a9def6eeeb89adab3f9a17f93c744fb3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@firebase/auth Patch
@firebase/auth-compat Patch
firebase Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Nov 15 '23 07:11 changeset-bot[bot]

Size Report 1

Affected Products

  • @firebase/auth

    TypeBase (14b7720)Merge (bfb1586)Diff
    browser182 kB182 kB+219 B (+0.1%)
    cordova210 kB210 kB+217 B (+0.1%)
    esm5236 kB237 kB+217 B (+0.1%)
    module182 kB182 kB+219 B (+0.1%)
  • @firebase/auth-cordova

    TypeBase (14b7720)Merge (bfb1586)Diff
    browser210 kB210 kB+217 B (+0.1%)
    module210 kB210 kB+217 B (+0.1%)
  • @firebase/auth/internal

    TypeBase (14b7720)Merge (bfb1586)Diff
    browser193 kB193 kB+219 B (+0.1%)
    esm5250 kB250 kB+217 B (+0.1%)
    main215 kB215 kB+217 B (+0.1%)
    module193 kB193 kB+219 B (+0.1%)
  • bundle

    TypeBase (14b7720)Merge (bfb1586)Diff
    auth (GoogleFBTwitterGitHubPopup)103 kB103 kB+181 B (+0.2%)
    auth (GooglePopup)100 kB101 kB+181 B (+0.2%)
    auth (GoogleRedirect)101 kB101 kB+181 B (+0.2%)
  • firebase

    TypeBase (14b7720)Merge (bfb1586)Diff
    firebase-auth-compat.js140 kB140 kB+191 B (+0.1%)
    firebase-auth-cordova.js177 kB178 kB+167 B (+0.1%)
    firebase-auth.js151 kB151 kB+172 B (+0.1%)
    firebase-compat.js789 kB789 kB+191 B (+0.0%)

Test Logs

google-oss-bot avatar Nov 15 '23 08:11 google-oss-bot

Size Analysis Report 1

Affected Products

  • @firebase/auth

    • browserPopupRedirectResolver

      Size

      TypeBase (14b7720)Merge (bfb1586)Diff
      size64.1 kB64.3 kB+181 B (+0.3%)
      size-with-ext-deps85.9 kB86.0 kB+181 B (+0.2%)
    • getAuth

      Size

      TypeBase (14b7720)Merge (bfb1586)Diff
      size74.3 kB74.5 kB+181 B (+0.2%)
      size-with-ext-deps103 kB103 kB+181 B (+0.2%)

Test Logs

google-oss-bot avatar Dec 04 '23 20:12 google-oss-bot

+1 makes development lot easier pls merge

hackedXD avatar Jan 09 '24 10:01 hackedXD

Changeset File Check :white_check_mark:

  • No modified packages are missing from the changeset file.
  • No changeset formatting errors detected.

github-actions[bot] avatar Jul 18 '24 21:07 github-actions[bot]