<?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: John Dave Manuel</title>
    <description>The latest articles on DEV Community by John Dave Manuel (@johndavemanuel).</description>
    <link>https://dev.to/johndavemanuel</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%2F190658%2F8c8b43f7-4639-47a6-a92e-5568a1ed937c.png</url>
      <title>DEV Community: John Dave Manuel</title>
      <link>https://dev.to/johndavemanuel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/johndavemanuel"/>
    <language>en</language>
    <item>
      <title>Firebase CRUD</title>
      <dc:creator>John Dave Manuel</dc:creator>
      <pubDate>Thu, 29 Aug 2019 03:20:03 +0000</pubDate>
      <link>https://dev.to/johndavemanuel/firebase-crud-1edn</link>
      <guid>https://dev.to/johndavemanuel/firebase-crud-1edn</guid>
      <description>&lt;p&gt;This is my first time to post here in dev.to since I joined to this awesome community, I spend most of my free time here instead of browsing in Facebook and it help me learn many things.&lt;/p&gt;

&lt;p&gt;I created a dead simple CRUD operation using Bootstrap and Firebase, which you can find here&lt;/p&gt;

&lt;p&gt;LINK&lt;br&gt;
&lt;a href="https://github.com/johndavemanuel/firebase-firestore-crud"&gt;https://github.com/johndavemanuel/firebase-firestore-crud&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;DEMO&lt;br&gt;
&lt;a href="https://johndavemanuel.github.io/firebase-firestore-crud/"&gt;https://johndavemanuel.github.io/firebase-firestore-crud/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GbLqme41--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/qszkhmljs6sadzr7l6r3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GbLqme41--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/qszkhmljs6sadzr7l6r3.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is working fine as usual like&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Creating new data&lt;/li&gt;
&lt;li&gt;Reading data from server and update it whenever an action happens&lt;/li&gt;
&lt;li&gt;Editing existing data&lt;/li&gt;
&lt;li&gt;Deleting data&lt;/li&gt;
&lt;li&gt;Multiple delete of data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I an new to firebase and I am planning to add &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;keyword search&lt;/li&gt;
&lt;li&gt;pagination (next and previous)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Any pull request or help will be appreciated.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>firebase</category>
      <category>crud</category>
      <category>bootstrap</category>
    </item>
  </channel>
</rss>
