From 92a3147e8bf50d1fd1125649457626b4bea86933 Mon Sep 17 00:00:00 2001 From: okstring Date: Thu, 19 Jun 2025 11:05:15 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20google=20oauth=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EC=A3=BC=EC=84=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/auth/data/repository/auth_repository_impl.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/auth/data/repository/auth_repository_impl.dart b/lib/auth/data/repository/auth_repository_impl.dart index 6ac841d8..81fd604c 100644 --- a/lib/auth/data/repository/auth_repository_impl.dart +++ b/lib/auth/data/repository/auth_repository_impl.dart @@ -22,6 +22,7 @@ class AuthRepositoryImpl extends AuthRepository { @override Stream get authStateChanges => _authDataSource.authStateChanges; + //TODO: Google Oauth Migration // 내부적으로 리스닝 시작 메서드 void _startAuthStateListening() { _authSubscription?.cancel();