ensureLiveAuthActionsForTest function

void ensureLiveAuthActionsForTest()

Call after app module bootstrap so signInWithCustomToken uses live Firebase.

Implementation

void ensureLiveAuthActionsForTest() {
  ensureLiveSignInWithCustomTokenForTest();
}