directus-labs / guest-authoring

A repo for our guest authors to work on content
12 stars 40 forks source link

How to build a real-time chat app with Nextjs, Directus and FCM #178

Closed Tammibriggs closed 6 months ago

Tammibriggs commented 6 months ago

What is your idea?

This tutorial aims to demonstrate in detail the step-by-step process of using Directus, Next App Router and Firebase Cloud Messaging to build a chat app which includes some essential features needed in a real-world use case like:

To keep the tutorial as concise as possible, I plan to build the user interface of the app outside of the tutorial, host it on GitHub and include the details to clone it in the tutorial.

What are the key takeaways from your post?

Readers will learn:

Country of residence

Nigeria

Terms & Conditions

github-actions[bot] commented 6 months ago

Thank you for submitting an idea for our guest blog.
We work through new ideas every few weeks as we put together our content schedule. This means you may not get an immediate response as to whether your idea has been accepted, or any follow-up questions we have to clarify your idea.
If your idea is accepted, we will provide a deadline for first draft and how much we can pay you for the post. You will have a few days to confirm whether you are still able and willing to write the post.
If you have any questions in the meantime, feel free to add a comment to this issue.

phazonoverload commented 6 months ago

This doesn't make sense for us as we have Realtime functionality built in to Directus, and existing chat-based tutorials.

Tammibriggs commented 6 months ago

@phazonoverload Firebase Cloud Messaging is for push notifications. I will be using the Directus SDK for implementing real-time functionalities such as message read receipt, online indicators etc which were not covered in the available tutorial.