| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
🦋 Changeset detectedLatest commit: 19b78a6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
Sorry, something went wrong.
Size Report 1Affected Products
Test Logs |
Sorry, something went wrong.
Size Analysis Report 1Affected Products
Test Logs |
Sorry, something went wrong.
#7038) * Change _fail to use AuthErrorCode.INTERNAL_ERROR and pass in error messsage * Add changeset
|
@NhienLam we just upgraded to this version and we're seeing our users get logged out whenever the network changes. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Currently, auth/network-request-failed is caused by many different issues. After this change, if someone sees a auth/network-request-failed error, then it means the API call timed out (
firebase-js-sdk/packages/auth/src/api/index.ts
Line 141 in 04dcdbb
firebase-js-sdk/packages/auth/src/api/index.ts
Line 234 in 04dcdbb
Other failures will be thrown with AuthErrorCode.INTERNAL_ERROR and an error message.