From 5d10cc034b878423ad27d8cc7fd86623719d122f Mon Sep 17 00:00:00 2001 From: huyufei Date: Thu, 15 Aug 2024 13:54:18 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20=E4=BC=98=E5=8C=96=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huyufei --- Runtime/GuruCore/Runtime/Firebase/FirebaseUtil.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Runtime/GuruCore/Runtime/Firebase/FirebaseUtil.cs b/Runtime/GuruCore/Runtime/Firebase/FirebaseUtil.cs index ff71115..37dc5d1 100644 --- a/Runtime/GuruCore/Runtime/Firebase/FirebaseUtil.cs +++ b/Runtime/GuruCore/Runtime/Firebase/FirebaseUtil.cs @@ -1,4 +1,3 @@ -using Firebase.Auth; namespace Guru { @@ -6,6 +5,7 @@ namespace Guru using Firebase; using Firebase.Analytics; using Firebase.Extensions; + using Firebase.Auth; using UnityEngine; public static partial class FirebaseUtil @@ -213,5 +213,6 @@ namespace Guru } #endregion + } } \ No newline at end of file