timwis / enviar

Chat interface for SMS / text messages
37 stars 6 forks source link

Switch to another database engine #70

Closed timwis closed 7 years ago

timwis commented 8 years ago

What's missing from CouchDB:

  1. Password reset functionality
  2. Invite user functionality
  3. Login via another provider (oauth), which may make 1 irrelevant
  4. The only real provider is Cloudant. They have a free tier so long as you don't exceed $50/mo, but require you to have a credit card after 30 days.

Considering firebase, kinto, horizon+rethink

timwis commented 8 years ago

Firebase approach:

timwis commented 8 years ago

I wonder... What if I just wrote the password reset functionality? Could use that for account activations. Maybe the gap there is narrower than switching everything to firebase.

timwis commented 7 years ago

Wrote the password reset functionality, so closing for now.