Skip to content

Commit 200a774

Browse files
feat: web JS v9.9.0 SDK bump (#9075)
* feat: web JS v9.9.0 SDK bump * format
1 parent f2ea369 commit 200a774

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

packages/firebase_core/firebase_core_web/lib/src/firebase_sdk_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
part of firebase_core_web;
77

88
/// The currently supported Firebase JS SDK version.
9-
const String supportedFirebaseJsSdkVersion = '9.8.1';
9+
const String supportedFirebaseJsSdkVersion = '9.9.0';

tests/test_driver/firebase_storage/firebase_storage_e2e.dart

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'package:drive/drive.dart';
6-
import 'package:firebase_auth/firebase_auth.dart';
76
import 'package:firebase_core/firebase_core.dart';
87
import 'package:firebase_storage/firebase_storage.dart';
98

@@ -22,10 +21,7 @@ void setupTests() {
2221
);
2322
await FirebaseStorage.instance
2423
.useStorageEmulator(testEmulatorHost, testEmulatorPort);
25-
await FirebaseAuth.instance.useAuthEmulator(testEmulatorHost, 9099);
26-
if (FirebaseAuth.instance.currentUser == null) {
27-
await FirebaseAuth.instance.signInAnonymously();
28-
}
24+
2925
// Add a write only file
3026
await FirebaseStorage.instance
3127
.ref('writeOnly.txt')

0 commit comments

Comments
 (0)