export async function logOut()

in customer-ui/src/utils/Firebase.js [46:48]


export async function logOut() {
  signOut(auth);
}