I feel like I\'m missing something whenever I review my program\'s code. Can\'t seem to figure out why it won\'t log a user in despite the user account existing and providing the correct password (all
The navigator.push does not redirect me to the page that I do want to be redirected as well as the navigator.pop doesn\'t pop the circularprogressindicator and I am stuck there.
I\'m using Firebase for authentication and I\'m using the onAuthStateChanged observer. I don\'t have a console.log() set up for user, but for some reason it logs to the console. I definitely don\'t wa
I\'m trying to create a simple login application which authenticates via firebase. My current issue is how to display a signal emitted in the .cpp file in a .qml file.