6 ms·
I mean, it is additional work. Not only do you need to store the emails/passwords securely, which while it isn't _that_ hard, it is a needed consideration, but
by biggerfisch 8y ago
I mean, it is additional work. Not only do you need to store the emails/passwords securely, which while it isn't _that_ hard, it is a needed consideration, but you also need to now:
- provide a password reset service
- find a way to send emails to this many people for low cost, it is a free service after all, so all of the confirmation/reset emails are an additional cost
- etc
- lucasverra 8y agoon the cost side (not counting gdpr), back4app (parse server plateform [1] as a service) provide all of that from scratch. disclaimer : just a paying client here. [1]: https://www.back4app.com/product/what-is-parse-server https://www.back4app.com/product/what-is-parse-server
- jaaames 8y agoFirebase has ergonomic free auth that does all this out of the box.