🐛 [firebase_auth] Cannot set tenantId back to null after setting it to something else #7896
Labels
blocked: firebase-sdk
platform: all
Issues / PRs which are for all platforms.
plugin: auth
type: bug
Something isn't working
Bug report
The platform code does not allow setting the tenantId to null. Even though it defaults to null, setting it back to null after setting it to something else does not work. (There are null checks in the platform code. It's pretty obvious why it isn't working.)
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Setting the tenantId to null actually sets it to null in the platform code
Sample project
Working on a PR
The text was updated successfully, but these errors were encountered: