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

Cannot set tenantId back to null after setting it to something else

Open Rexios80 opened this issue 2 years ago • 7 comments

[REQUIRED] Step 2: Describe your environment

  • Android Studio version: VSCode (Flutter development)
  • Firebase Component: Auth
  • Component version: Whatever flutterfire is using

[REQUIRED] Step 3: Describe the problem

Steps to reproduce:

Set tenantId to something. Attempt to set it back to null.

Relevant Code:

auth.setTenantId(null);

Details

flutterfire issue: https://github.com/FirebaseExtended/flutterfire/issues/7896#issue-1107115648

Rexios80 avatar Feb 03 '22 18:02 Rexios80