can someone please tell me, how to make my game to be able to login into users Google play account? I havent found any answer here in forum. Or can I ask someone, who understands the problematic, to make a tutorial or something? Thank you a lot for your help
Also, if someone comes looking for this, I have made a plugin for getting the user’s unique id, nickname and auth token through blueprints (and c++ of course). This is only valid for google play logins.
sorry, it’s a very basic plugin, it is for those people who cannot code or don’t want to go through the unreal API’s, using this they can get these parameters in blueprints directly.
For firebase related tasks, sadly there doesn’t seem to exist any free plugin except for authentication only. I would recommend that you use VaRest plugin to make REST requests directly through web api. A complete tutorial