You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This week I worked on a problem that made impossible for the other people in my group to use correctly google sign in. Turns out that there were errors with the configurations of private OAUTH keys. After I worked on connecting the authentication with the underlying database. On successful authentication now it is created data in the database if the user did not exist or data is retrieved from the database in case it was already registered. In the meantime I have been trying to find the simplest way to share the data between fragment, possibly by using a central model referenced by all fragments / activities. Still a WIP.