Hello All,
I'm trying to enable user login using facebook & G+ on android apps. I only can found documentation about this topic on
Improve-my-city v3 Roadmap ,
I have some question regarding this topic :
- Is it possible to enable login via Facebook & Google+ using the current version of IMC ( I have version 2.5.9 ) ?
- Since current user login on website required user to register and activate email, I think enabling login via Facebook & Google+ will have a different flow and require additional modification,
How I should store user data? Since the all access to app feature from mobile app required username & password, I'm thinking to register user silently after they login using Facebook/Google+ retrieve their email and full name, create a password and store it locally for next access. so instead of typing password & username the app will read from local file to login user.
This idea I can only think at the moment, any suggestion or better idea are appreciated.
Thanks in advanced