Gino Alessandro Milla

Results 7 comments of Gino Alessandro Milla

#158 I think There's already this pull request that might be the fix for this issue

It might be precision you're giving, Depending on the device android could use more or less digits than IOs in the coordinates. Check that out by printing the coordinates while...

Following the [firebase_auth](https://pub.dartlang.org/packages/firebase_auth) you should be using > final AuthCredential credential = GoogleAuthProvider.getCredential( accessToken: googleAuth.accessToken, idToken: googleAuth.idToken, ); > final FirebaseUser user = await _auth.signInWithCredential(credential); print("signed in " + user.displayName);...

Did anyone find a solution to this? I found that some firebase plugins expect the use of 4.3.0 google services.(There's where the problem comes from). Whenever i try to upgrade...

@JasonEdinburgh I'll give it a try and i'll let you know. Right now i fixed my problem by downgrading my plugins to a version that google play services was compatible...