Skip to content

Commit 0cb7d97

Browse files
committed
Make the interops and http helpers internal
1 parent 8dbbb76 commit 0cb7d97

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

firebaseai/src/LiveGenerativeModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
using System.Threading;
2323
using System.Threading.Tasks;
2424
using Firebase.AI.Internal;
25+
using Firebase.Internal;
2526
using Google.MiniJSON;
2627

2728
namespace Firebase.AI

functions/src/FunctionsException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ internal FunctionsException(FirebaseException e): base(e.Message)
4646
ErrorCode = (FunctionsErrorCode) e.ErrorCode;
4747
}
4848
}
49-
}`
49+
}

functions/src/HttpsCallableReference.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
using System.Net.Http;
2323
using System.Net;
2424
using Firebase.Functions.Internal;
25+
using Firebase.Internal;
2526
using System.Text;
2627
using System.Runtime.InteropServices.WindowsRuntime;
2728

0 commit comments

Comments
 (0)