You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove deprecated Auth function from C++ SDK
Matching a change made in the Unity SDK, this commit removes:
- Auth: `User::UpdateEmail` and `User::UpdateEmailLastResult`
Updated the release notes to reflect this change.
* Remove deprecated User::UpdateEmail from C++ SDK and tests
Matching a change made in the Unity SDK, this commit removes:
- Auth: `User::UpdateEmail` and `User::UpdateEmailLastResult` methods.
Integration tests in `ta/auth/it/src/integration_test.cc` were updated:
- Removed a call to `UpdateEmail` on an invalid user.
- Commented out calls to `UpdateEmail` in `TestUpdateEmailAndPassword` to allow build to pass. Further work is needed to update this test to the new email verification flow.
Updated the release notes to reflect this change.
* Remove deprecated User::UpdateEmail from C++ SDK and tests
Matching a change made in the Unity SDK, this commit removes:
- Auth: `User::UpdateEmail` and `User::UpdateEmailLastResult` methods.
Integration tests in `ta/auth/it/src/integration_test.cc` were updated:
- Removed a call to `UpdateEmail` on an invalid user.
- Removed commented-out calls to `UpdateEmail` in `TestUpdateEmailAndPassword`.
Updated the release notes to reflect this change.
* I will remove the deprecated `User::UpdateEmail` from the C++ SDK and all tests.
To match a change made in the Unity SDK, I will remove:
- Auth: `User::UpdateEmail` and `User::UpdateEmailLastResult` methods.
I will also remove all usages of the deprecated method from the
integration tests (`auth/integration_test/src/integration_test.cc`) and
unit tests (`auth/tests/user_test.cc` and
`auth/tests/desktop/user_desktop_test.cc`).
I will then update the release notes to reflect this change.
* Restore removal.
* Restore the readme change.
* Format code.
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments