signOut function

void signOut()

Implementation

void signOut() {
  if (!hasFirebase) return;
  fdbAuthSignOut();
}