Skip to content

Commit 9982eec

Browse files
committed
FirebaseAuthServiceImpl.kt: Add missing import
aaaaaaaaaaaaaaaa
1 parent 4d4bce3 commit 9982eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/auth/service/src/main/kotlin/com/edricchan/studybuddy/core/auth/service/firebase/FirebaseAuthServiceImpl.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import com.edricchan.studybuddy.core.auth.model.User
1212
import com.edricchan.studybuddy.core.auth.model.firebase.toUser
1313
import com.edricchan.studybuddy.core.auth.service.AuthService
1414
import com.edricchan.studybuddy.exts.common.TAG
15+
import com.edricchan.studybuddy.exts.firebase.auth.awaitCreateUserWithEmailAndPassword
1516
import com.edricchan.studybuddy.exts.firebase.auth.awaitSignInWithEmailAndPassword
1617
import com.edricchan.studybuddy.exts.firebase.auth.currentUserFlow
1718
import com.edricchan.studybuddy.exts.firebase.auth.deleteAsync

0 commit comments

Comments
 (0)