gdg-x / frisbee

[DEPRECATED] Android application for GDG members and organizers
https://play.google.com/store/apps/details?id=org.gdg.frisbee.android
Apache License 2.0
265 stars 169 forks source link

Use login to determine home chapter #516

Open tasomaniac opened 8 years ago

tasomaniac commented 8 years ago

If we can login automatically at the first open of the app, we can determine the home chapter of the user and we can skip the tutorial screen for recurring users.

Related to https://github.com/gdg-x/hub/issues/83 and https://github.com/gdg-x/firefly/issues/86

friedger commented 8 years ago

We could store the home chapter in the games state.

friedger commented 8 years ago

Should be stored in firebase database.

friedger commented 8 years ago

depends on #616, see also #657

tasomaniac commented 8 years ago

This is definitely not depending on the API. We should use some other solution like Firebase. Replaced the milestone with 3.0 for now.