fandreuz / tui-website

4 stars 2 forks source link

Let users delete/edit their themes #27

Open fandreuz opened 7 years ago

fandreuz commented 7 years ago

It would be cool if users could insert a password (alongside their name and the theme name) and could delete a theme if they know the corresponding password. Also, in this way they could also edit their themes.

stagfoo commented 7 years ago

yer I was thinking of using the auth token stored when they created the theme. for example in firebase Dry and D-color both have the same authToken and are the same artist. Then we could add a simple edit button near the theme or something, if there auth matches.

The issue is sometimes it doesn't match like alternative, alternative2 :/

I don't think we should do a password, that could get messy and we could have hacked themes. I was thinking we should look into the google login stuff under firebase>authentication>signup methods. everyone has to have a google login download the app (kinda) so it should be a pretty painless login process.

fandreuz commented 7 years ago

Ok, nice. Can I help you in someway? I discovered that my js skills are very low