I didn't use firebase in my mobile app project. I logged in with google with API key from my google cloud account. my app works as apk but when play console is install...
User can log out doing this: <pre><code>await _auth.signOut(); </code></pre> Because I want to ask always for an user, I also need to run also one of these line...
My app (not Firebase) backup data to google drive in foreground (using google_signin, and googleapis). However, backup won't run in background (as WorkManager task). T...
I am using google_sign_in plug in. It is working good. but I have a problem. I need to send idToken to backend server to verify a user. But IdToke...
I can't use the firebase login with facebook or google in my Flutter application. It works fine on ios It doesn't receive confirmation from the provider and do...
<strong>Just a map to store post request body</strong> <pre><code>var rqstParameters = { 'email': '', 'loginMethod': '', 'name': '', 'token': '' }; </cod...
I have implemented firebase auth (through Google) on Flutter, but I cannot seem to be able to retrieve more user data other than email, picture and name. I'm i...
I am building an app in flutter (in vs code) that involves google sign in with firebase. The sign in works on an emulator but not on release (closed testing on google...
I'm trying to use Google Sign In Account In but I have error this my code <pre><code>class AuthViewModel extends GetxController{ GoogleSignIn _googleSignIn = Go...
I am developing google sign in feature in flutter and i'm able to extract id token from auth header but when i try to hit google api token info endpoint with the id to...
I have my code as following for Google Sign in: <pre><code> // google sign in GoogleSignIn _googleSignIn = GoogleSignIn( scopes: [ 'email',...
I saw a Youtube video to implement Google sign-in and below is the code. the app runs without any errors but when I click on the button, it shows the snack bar but not...
I am working on Sign-in with Google. The code below is reproducible. When I sign in with Google, it works perfectly for the 1st time sign-in. But it is stuck. I...
I am onboard new team member so can work together on Flutter mobile app. We are use Firebase so we need use same Android <code>debug.keystore</code> for debug build. H...
I'm not sure what to do... here's my output: [flutter_post] flutter pub get Running flutter pub get in flutter_post...<br /> Because google_sign_in...