railbird-gql/src/auth/index.ts

14 lines
210 B
TypeScript
Raw Normal View History

import {
2024-02-06 11:34:52 -08:00
confirmCode,
handleSignInWithPhoneNumber,
handleSignOut,
onAuthStateChanged,
} from "./firebase-auth";
export {
2024-02-06 11:34:52 -08:00
confirmCode,
handleSignInWithPhoneNumber,
handleSignOut,
onAuthStateChanged,
};