Sorry in advanced if anyone thinks this is a duplicate but I can't seem to find my answer. (I might not be searching for the right terms) I'm currently working on an Android App / Web Service / Desktop app that syncs things like data and allows some bidirectional control. I knew that it wouldn't be simple but I've run into a snag that I can't seem to figure out: I want a user's phone to be tied to their google account so that the server can recognize it and send the data to the right PC. I don't want to build my own users database because it seems redundant since the phone is already connected with a Google account. Thinking about this however, what if a user has multiple Android phones on the same account, how do I distinguish?
I guess my question is does anyone have any creative solutions or a link to a tut or another question here that can help out with this. If anyone has a simpler way of doing this, that would be great, too.
Thanks and sorry for the novel!