Skip to content

Commit

Permalink
feat: web JS v9.9.0 SDK bump (#9075)
Browse files Browse the repository at this point in the history
* feat: web JS v9.9.0 SDK bump

* format
  • Loading branch information
russellwheatley committed Jul 11, 2022
1 parent f2ea369 commit 200a774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Expand Up @@ -6,4 +6,4 @@
part of firebase_core_web;

/// The currently supported Firebase JS SDK version.
const String supportedFirebaseJsSdkVersion = '9.8.1';
const String supportedFirebaseJsSdkVersion = '9.9.0';
6 changes: 1 addition & 5 deletions tests/test_driver/firebase_storage/firebase_storage_e2e.dart
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

import 'package:drive/drive.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:firebase_storage/firebase_storage.dart';

Expand All @@ -22,10 +21,7 @@ void setupTests() {
);
await FirebaseStorage.instance
.useStorageEmulator(testEmulatorHost, testEmulatorPort);
await FirebaseAuth.instance.useAuthEmulator(testEmulatorHost, 9099);
if (FirebaseAuth.instance.currentUser == null) {
await FirebaseAuth.instance.signInAnonymously();
}

// Add a write only file
await FirebaseStorage.instance
.ref('writeOnly.txt')
Expand Down

0 comments on commit 200a774

Please sign in to comment.