SonarSystems / Cocos-Helper

Cocos2d-x external framework helper.
MIT License
120 stars 48 forks source link

Google Play Services userID #35

Closed AlexanderBykin closed 8 years ago

AlexanderBykin commented 8 years ago

Hi. Is that possible to get UserID and Name from Google Play Services that i can next use at my server as player login?

SonarSystems commented 8 years ago

Not ATM but you can implement it using this link then do a push request :D

http://stackoverflow.com/questions/26413589/get-a-user-id-from-google-play-services

AlexanderBykin commented 8 years ago

ok looks like i need to remove helper and replace it with email auth

SonarSystems commented 8 years ago

Remove Helper?

AlexanderBykin commented 8 years ago

yes cocos helper, because i need "ready to use" features

SonarSystems commented 8 years ago

How do you plan on implementing email auth?

AlexanderBykin commented 8 years ago

my game is online multiplayer game, so i can send email and encrypted password to server and server then send email verification.

SonarSystems commented 8 years ago

I mean in terms of code, do you have another framework to help you integrate it?

AlexanderBykin commented 8 years ago

email integration is not problem, i can implement it something about 3-4 hours, because server and client well designed

SonarSystems commented 8 years ago

Are you going to implement it natively or using C++ code?

AlexanderBykin commented 8 years ago

on client side it is C++ and server is Scala + Akka, communication layer is Protobuf. as a example of my project you can look at my project: https://github.com/AlexanderShniperson/cocos2dx_socket_example

AlexanderBykin commented 8 years ago

so yes, i will implement it with C++

SonarSystems commented 8 years ago

Cool, don't forget the Cocos Helper is an open source collection of plugins, so feel free to integrate cocos2dx socket into Cocos Helper so the entire community can benefit and we would be more than willing to create video tutorials on it.

AlexanderBykin commented 8 years ago

ok :) but i dont mind if you integrate it in to CocosHelper, it is also have MIT license.

SonarSystems commented 8 years ago

We are very busy ATM integrating other features but in the future it is indeed a possibility.