railbird-gql/auth/index.ts

16 lines
254 B
TypeScript
Raw Normal View History

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