2023-02-13
3095
#firebase#nestjs
Destiny Erhabor
159166
104
Feb 13, 2023 â‹… 11 min read

Implement in-app notifications with NestJS, MySQL, and Firebase

Destiny Erhabor I'm a software developer and cloud developer passionate about sharing knowledge through technical writing.

Recent posts:

Leveraging Parallel Computing In Node.js

Leveraging parallel computing in Node.js

Use parallel computing in Node.js with worker threads to optimize performance, handle CPU-intensive tasks, and utilize multi-core processors.

David Omotayo
Feb 13, 2025 â‹… 8 min read

A guide to modern frontend architecture patterns

Frontend architecture is the foundation of your frontend codebase. Here’s how to optimize the pattern that you choose.

Shalitha Suranga
Feb 12, 2025 â‹… 9 min read
A Guide To Graceful Degradation In Web Development

A guide to graceful degradation in web development

Implement graceful degradation in frontend apps by handling failures, mitigating API timeouts, and ensuring a seamless UX with fallbacks.

Rosario De Chiara
Feb 11, 2025 â‹… 4 min read
Building High-Performance Websites Using Htmx And Go

Building high-performance websites using htmx and Go

Use htmx and Go to build high-performance websites, leveraging server-side rendering and minimal JavaScript for fast and efficient applications.

Abhinav Anshul
Feb 10, 2025 â‹… 11 min read
View all posts

2 Replies to "Implement in-app notifications with NestJS, MySQL, and Firebase"

  1. Thumbs up đź‘Ť. however, I just have one question. In-app notifications and push notifications are two different kinds of notifications, but you are using them here interchangeably. So which one do you implement? Push Notification or In-App Notification?

    1. Thanks for the thumbs up.
      The two terms are often used interchangeably but for this case, it will be correct to call this an in app notifications as the application state needs to be active to receive the notifications.

Leave a Reply