What is the best way to check if the user is new in firebase auth with flutter
I have been using userCredential.additionalUserInfo!.isNewUser to check if the user is new but this method has a huge downside which i will explain. In my app, I want to check if the user is new then if yes I will…