We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bab0b3 commit bf84c6aCopy full SHA for bf84c6a
packages/firebase_ai/firebase_ai/lib/src/firebase_ai.dart
@@ -68,7 +68,7 @@ class FirebaseAI extends FirebasePluginPlatform {
68
bool? useLimitedUseAppCheckTokens,
69
}) {
70
app ??= Firebase.app();
71
- var instanceKey = '${app.name}::vertexai';
+ var instanceKey = '${app.name}::vertexai::$location';
72
73
if (_cachedInstances.containsKey(instanceKey)) {
74
return _cachedInstances[instanceKey]!;
0 commit comments