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 fd1564a commit db392f2Copy full SHA for db392f2
example/lib/main.dart
@@ -42,8 +42,6 @@ enum RegistrationMethod {
42
void main() async {
43
WidgetsFlutterBinding.ensureInitialized();
44
if (kIsWeb) {
45
- // Get registration method
46
- final registrationMethod = RegistrationMethod.loadFromEnvironment() ?? RegistrationMethod.env;
47
48
// Add firebase config here
49
const options = FirebaseOptions(
0 commit comments