railbird-gql/auth/index.ts

15 lines
235 B
TypeScript
Raw Normal View History

import {
signInWithPhoneNumber,
confirmCode,
onAuthStateChanged,
getCurrentUserToken,
signOut
} from './firebase-auth'
export {
signInWithPhoneNumber,
confirmCode,
onAuthStateChanged,
getCurrentUserToken,
signOut
}