File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
packages/firebase_core/firebase_core_web/lib/src
tests/test_driver/firebase_storage Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 6
6
part of firebase_core_web;
7
7
8
8
/// The currently supported Firebase JS SDK version.
9
- const String supportedFirebaseJsSdkVersion = '9.8.1 ' ;
9
+ const String supportedFirebaseJsSdkVersion = '9.9.0 ' ;
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
import 'package:drive/drive.dart' ;
6
- import 'package:firebase_auth/firebase_auth.dart' ;
7
6
import 'package:firebase_core/firebase_core.dart' ;
8
7
import 'package:firebase_storage/firebase_storage.dart' ;
9
8
@@ -22,10 +21,7 @@ void setupTests() {
22
21
);
23
22
await FirebaseStorage .instance
24
23
.useStorageEmulator (testEmulatorHost, testEmulatorPort);
25
- await FirebaseAuth .instance.useAuthEmulator (testEmulatorHost, 9099 );
26
- if (FirebaseAuth .instance.currentUser == null ) {
27
- await FirebaseAuth .instance.signInAnonymously ();
28
- }
24
+
29
25
// Add a write only file
30
26
await FirebaseStorage .instance
31
27
.ref ('writeOnly.txt' )
You can’t perform that action at this time.
0 commit comments