-
Mythic has the capability to save user preferences in the database, but currently only uses local storage.
Move away from local storage and save these preferences in the database so that they're ava…
-
**Describe the feature**
Create a backend database to store all relevant information inputted by the user. This feature is **essential** to making other backend features behave as intended.
**Size…
-
## Description
Every time the development team updates the main/production version of osmand.net, users are required to log in again.
This disrupts the user experience and can be quite frustrating.…
-
-
Hi,
Great Extension! What about storing the user id of the user, who created the job a this time? Could be helpful in case of userstamp, grants etc.
Best,
Tobi
-
Username and password are stored in local storage. They shouldn't be. Password at least.
```
[STORAGE_KEYS.BSKY_PASSWORD]: password,
```
-
Implement backend functionality to store user profile customizations
-
Implement backend functionality to store user profile customizations
-
We should store the list of user groups in the realm, with their metadata and their memberships, and keep the data up to date.
This data originates as `realm_user_groups` in the initial snapshot at…
-
Right now the signup and login functionality is not working. It is due to backend not setup yet. We can use firebase which is simple to use.