In this tutorial, you'll learn how to build an e-commerce store where customers can purchase products and make payments via Stripe. After a success...
For further actions, you may consider blocking this person and/or reporting abuse
Just curious why you would name your login function
handleGoogleSignIn()
when you are using GitHub auth? Would it not make more sense to use a name that includes GitHub for better clarity?You are absolutely right! @tpoisson805
I've used this auth function with Google in another project and forgot to change the name. 😅
So what is Novu? What can you do with Novu, Novu vs Appwrite, whats the difference/similarities
Hey @devyaz!
Both Novu and Appwrite are powerful tools, but they serve different primary purposes.
Appwrite is a backend-as-a-service (BaaS) platform that provides a set of building blocks for web, mobile, and Flutter applications. (Like Firebase)
Novu is specifically designed for notification management, focusing on delivering messages to users across multiple channels.
Using both platforms together can be beneficial: Appwrite can handle user management and other backend tasks, while Novu manages notifications.
Similarities
Differences
To put it simply, integrating Novu for notifications is like integrating Stripe for payments. With Stripe, you avoid the complexities of processing and storing users' credit card information.
Similarly, with Novu, you avoid the hassle of building and maintaining notification workflows, user preferences, and integrations with providers like SMS, Email, WhatsApp, and Slack. Just add Novu, and you're set!
I hope it makes more sense now..
So much! Thank you! Ill look into Novu
Last question, is Novu only for react/NextJs only? Cant we use plain typescript or Javascript with Express?
I would like to add you can replace localhost to constant APP_URL based on production and development environment.
Novu Echo is fantastic!
I wonder how good is the typing once you use the client :)
You can always test it out! Hehe
this is cool am sharing
Thank you!
Thanks for teaching me how to build an ecommerce store with ease!
Ahaha thanks!
Awesome, will share
Thank you very much Gal!