-
Notifications
You must be signed in to change notification settings - Fork 963
Implement SessionToken Persistence #8388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
* added authStateReady function * updated Auth interface * added unit tests on authStateReady * updated demo app * added authStateReady to Auth interface * fixed formatting issue * updated authStateReady calls in demo app * fixed formatting issues * fixed demo app to incorporate authStateReady * formatted code * removed unnecessary async keywords * reverted changes in onSignOut * clean up code * fixed comments * resolved code review comments and updated tests * changed reference doc * resolved comments from pr * added changeset * Update twelve-actors-enjoy.md * resolved doc change check failure * resolved issues with Doc Change Check * clarify comments * fixed doc change check issue
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…7504) Example error - https://github.com/firebase/firebase-js-sdk/actions/runs/5693107410/job/15431784566?pr=7501 "No such object: chromedriver/LATEST_RELEASE_115.0.5790"
Expose PrivateSettings interface as an internal type for the Firestore console. It was exported in the previous version of the non-modular firestore SDK we used in console.
…message in deep equals (#7519) * equality_matcher.ts: fix absence of custom message in assertion failure messages * equality_matcher.ts: remove usage of the now-deleted `msg` argument * equality_matcher.ts: fix type of `originalFunction`
Fix aggregate query order-by normalization to support future aggregate operations.
…uth (#7514) * Implement validatePassword endpoint for public API with PasswordPolicy and PasswordValidationStatus public types * Update auth demo to include a section for password validation
* Update proto loader * Update proto loader * Update proto loader * Update proto loader
Review and update of the CONTRIBUTING.md guide.
* Fix and skip flaky tests * add todos * more nits
* Fix auth event uncancellable bug * add changeset file * includes issue number on changesets * yarn format
* Use safevalues to fix trusted types issues reported by tsec * Upgrade to safevalues 0.6.0 * Remove exemptions, and untested usages of safevalues * Add dependency that was accidentally removed * Add FIXMEs for tsec violations * Run formatting * Compare against full Gtag script in tests * Check that full reCAPTCHA script URL was assigned to script element * Replace FIXMEs with TODOs * Remove auth, rtdb, messaging from changeset
Numerous fixes to spelling across the SDK.
Fixed the format of a changeset file. I had hand edited a changeset in a previous PR and accidentally stripped out the "release notes" section.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ef12eed
to
c559e03
Compare
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (308,771 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
Persistence of SessionToken