Common problems while trying to make google sign-in work with flutter
Nov 3 · 1 min read
So, I have been trying to add google sign in to my little project and here are the problems I have faced.
First of all I have followed this post to make it work which is a great post.
- java.lang.IllegalStateException: FirebaseApp with name [DEFAULT] doesn’t exist
The reason I got this error was because I have not added 2nd necessary gradle build config line.
