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
As a user, I want to be able to back up my presets to the cloud, so that I can easily migrate and manage them across devices.
This has a few benefits:
A user migrating to a different hand can also migrate his preset information (which is currently stored on the hand's hardware)
A user migrating to a new Android device gets to keep all preset names.
So, this issue has 4 core components:
Introduce Firebase Authentication and Firebase Cloud Firestore support to the app
Allow a user to log into the app using some authentication method (email/password, Google, Facebook)
Backup the user presets and load them from the cloud when possible
In the future, we might also add a "Migrate" option so that the user can migrate presets from and old hand to a new hand, by updating the BLE identifier across the database documents.
The text was updated successfully, but these errors were encountered:
As a user, I want to be able to back up my presets to the cloud, so that I can easily migrate and manage them across devices.
This has a few benefits:
So, this issue has 4 core components:
In the future, we might also add a "Migrate" option so that the user can migrate presets from and old hand to a new hand, by updating the BLE identifier across the database documents.
The text was updated successfully, but these errors were encountered: