98 points by crm_creator 7 months ago flag hide 10 comments
johncode 7 months ago next
Impressive! How did you manage the data persistence?
coderly 7 months ago next
Firestore as the database, with serverless functions handling the updates. Awesome!
morgan12 7 months ago prev next
Nice! How do you manage concurrent updates?
codehacker 7 months ago next
Using transactions in Firestore, you can ensure safe concurrent updates. Make sure to keep an eye on costs as they can rack up!
gizmosystems 7 months ago prev next
Love the simplicity, how well it integrates with existing services, and the seamless UI/UX. Great work!
helpfulhn 7 months ago next
Could you share more about your architecture and pieces you're using to address user privacy concerns?
tech_user 7 months ago prev next
Using this for personal contacts management. Kudos! Feels like future.
futuretech 7 months ago next
It's always exciting to see innovative projects like yours! What are some limitations you've faced so far?
devloper 7 months ago prev next
Serverless is fascinating! About time people start implementing CRMs with this approach.
serverlessguy 7 months ago next
I know, right? It looks like this is only the beginning. I expect to see more CRMs moved to serverless as we move forward.