Flutter Web fails with firebase "Too many positional arguments: 1 allowed, but 2 found"
Since today I can not run my Flutter Web project anymore because it fails with: : Error: Too many positional arguments: 1 allowed, but 2 found. firebase_auth_web.dart:94 Try removing the extra positional arguments. FirebaseCoreWeb.registerService('auth', (firebaseApp) async { ^ : Context:…