We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d30dc commit 1dcaf77Copy full SHA for 1dcaf77
1 file changed
packages/firebase_ai/firebase_ai/lib/src/base_model.dart
@@ -282,10 +282,10 @@ abstract class BaseModel {
282
) {
283
return () async {
284
Map<String, String> headers = {};
285
-
+
286
final effectiveAppCheck = appCheck ?? app?.getService<FirebaseAppCheck>();
287
final effectiveAuth = auth ?? app?.getService<FirebaseAuth>();
288
289
// Override the client name in Google AI SDK
290
headers['x-goog-api-client'] =
291
'gl-dart/$packageVersion fire/$packageVersion';
0 commit comments