--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/7c338d4f-5d65-42b1-9a0c-1d1c5af15209%40googlegroups.com.
errors: { "error": { "code": 400, "message": "MISSING_REQUEST_URI", "errors": [ { "message": "MISSING_REQUEST_URI", "domain": "global", "reason": "invalid" } ] } }Hi Jolan,Like many other APIs, Firebase Auth depends on Google Play services. There is a workaround if you're willing to do some extra work, and we have a sample that shows how to get started:- Sam
On Wed, Oct 30, 2019, 4:40 AM Jolan Rensen <jolan...@gmail.com> wrote:
I'm astounded that FirebaseAuth still doesn't work on Wear OS, with people having reported it way back in 2016.--
I use a Firestore database that I would like to access from the watch, as to make my app work standalone. However, while I can create a Google login, I cannot convince FirebaseAuth that the user is logged in. This means that I can only access the database if I turn off the check "request.auth.uid != null", which of course would be a huge security flaw.
Trying to use FirebaseAuth.getInstance().signInWithCredential() or .signInWithCustomToken() does not work, as I get the error message "E/GmsClient: unable to connect to service: com.google.firebase.auth.api.gms.service.START on com.google.android.gms".
Has anyone found a solution for this or does someone at Firebase need to solve this?
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fireba...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/1a58d264-1621-47d8-8700-46f95469dd40%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/1a58d264-1621-47d8-8700-46f95469dd40%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/2b5d986a-58da-4f40-b95b-655f9689590c%40googlegroups.com.