You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/firebase_auth/firebase_auth/android/src/main/java/io/flutter/plugins/firebase/auth/Constants.java
Copy file name to clipboardExpand all lines: packages/firebase_auth/firebase_auth/android/src/main/java/io/flutter/plugins/firebase/auth/FlutterFirebaseAuthPlugin.java
Copy file name to clipboardExpand all lines: packages/firebase_auth/firebase_auth/example/test_driver/firebase_auth_e2e.dart
+8
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
// BSD-style license that can be found in the LICENSE file.
6
6
7
7
import'package:drive/drive.dart'as drive;
8
+
//import 'package:firebase_auth/firebase_auth.dart'; // only needed if you use the Auth Emulator
8
9
import'package:firebase_core/firebase_core.dart';
9
10
import'package:flutter_test/flutter_test.dart';
10
11
@@ -17,6 +18,13 @@ bool USE_EMULATOR = false;
17
18
voidtestsMain() {
18
19
setUpAll(() async {
19
20
awaitFirebase.initializeApp();
21
+
22
+
// Configure the Auth test suite to use the Auth Emulator
23
+
// This may not be enabled until the test suite is ported to:
24
+
// - have ability to create disabled users
25
+
// - have ability to fetch OOB and SMS verification codes
26
+
// JS implementation to port to dart here: https://github.com/invertase/react-native-firebase/pull/4552/commits/4c688413cb6516ecfdbd4ea325103d0d8d8d84a8#diff-44ccd5fb03b0d9e447820032866f2494c5a400a52873f0f65518d06aedafe302
0 commit comments