<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Cemil Tan</title>
    <description>The latest articles on DEV Community by Cemil Tan (@ctere1).</description>
    <link>https://dev.to/ctere1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1073768%2Fee69dd50-fa8a-495a-a118-255f92154aac.png</url>
      <title>DEV Community: Cemil Tan</title>
      <link>https://dev.to/ctere1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ctere1"/>
    <language>en</language>
    <item>
      <title>Building a Real-Time Chat App with React Native, Firebase &amp; Expo 🚀</title>
      <dc:creator>Cemil Tan</dc:creator>
      <pubDate>Fri, 20 Mar 2026 21:55:09 +0000</pubDate>
      <link>https://dev.to/ctere1/building-a-real-time-chat-app-with-react-native-firebase-expo-16o7</link>
      <guid>https://dev.to/ctere1/building-a-real-time-chat-app-with-react-native-firebase-expo-16o7</guid>
      <description>&lt;p&gt;I recently updated my &lt;strong&gt;React Native chat app&lt;/strong&gt;, powered by &lt;strong&gt;Expo&lt;/strong&gt; and &lt;strong&gt;Firebase&lt;/strong&gt;. The app supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Direct and group messaging
&lt;/li&gt;
&lt;li&gt;Sending images and videos
&lt;/li&gt;
&lt;li&gt;Local notifications
&lt;/li&gt;
&lt;li&gt;Notes-to-self&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The architecture uses &lt;strong&gt;React Contexts&lt;/strong&gt; for authentication and unread message management, &lt;strong&gt;FlatLists&lt;/strong&gt; for smooth performance, and &lt;strong&gt;centralized services&lt;/strong&gt; for chat operations. This keeps the app scalable, modular, and easy to maintain.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;⚡ Technology highlight: While messages are securely stored in Firebase now, I plan to implement &lt;strong&gt;end-to-end encryption (E2EE)&lt;/strong&gt; in the future, ensuring only the sender and recipient can read messages.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The project was a great exercise in &lt;strong&gt;mobile app architecture, real-time data handling, and modern React Native development&lt;/strong&gt;.  &lt;/p&gt;

&lt;p&gt;Check it out on GitHub: &lt;a href="https://github.com/Ctere1/react-native-chat" rel="noopener noreferrer"&gt;React Native Chat&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💬 I’d love to hear your thoughts and feedback! Feel free to share your suggestions or experiences with similar projects.&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>opensource</category>
      <category>mobile</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
