FirebaseAuth getRedirectResult always returns null on Flutter web
Unfortunately, the redirection result is always null, which causes an infinite login loop (as my login is automatically on page load). Firebase config on index.html: const firebaseConfig = { apiKey: "A...zY", authDomain: "private.pages.dev", projectId: "p...79", storageBucket: "p...79.firebasestorage.app", messagingSenderId: "4...8", appId:…