railbird-gql/auth/index.ts

15 lines
259 B
TypeScript
Raw Normal View History

import {
handleSignInWithPhoneNumber,
confirmCode,
onAuthStateChanged,
getCurrentUserToken,
handleSignOut
} from './firebase-auth'
export {
handleSignInWithPhoneNumber,
confirmCode,
onAuthStateChanged,
getCurrentUserToken,
handleSignOut
}