I\'m implementing the google sign in method in my project using Firebase Google sign in option, when the add the below line in my code its throwing me the error like:
Firebase has recently changed its type 'FirebaseUser' (which is depreciated now) type to 'User'. Try renaming the same in your code and that should be the solution. In my case it worked for most of the same errors.