Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find type GIDSignInDelegate in scope

As you see in the below, I am getting these errors, I have installed Firebase and GoogleSignIn, what am I doing wrong?

enter image description here

like image 357
Jason Martinez Avatar asked Jul 15 '21 14:07

Jason Martinez


1 Answers

As pointed out by Chris in the comments, follow the migration guide to update to GoogleSignIn 6.x.

See also this example of migrating the Firebase Auth QuickStart.

like image 194
Paul Beusterien Avatar answered Oct 01 '22 13:10

Paul Beusterien