<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Firebase on David Lang</title>
    <link>https://www.davidlang.tech/tags/firebase/</link>
    <description>Recent content in Firebase on David Lang</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 28 May 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.davidlang.tech/tags/firebase/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Store additional user information in firebase using react and javascript</title>
      <link>https://www.davidlang.tech/posts/store-additional-user-information-in-firebase-using-react-and-javascript/</link>
      <pubDate>Sun, 28 May 2023 00:00:00 +0000</pubDate>
      <guid>https://www.davidlang.tech/posts/store-additional-user-information-in-firebase-using-react-and-javascript/</guid>
      <description>&lt;p&gt;To store additional information for a user in &lt;code&gt;Firebase&lt;/code&gt; using React and JavaScript, you typically use Firestore or the Realtime Database, as Firebase Authentication does not allow for arbitrary additional data to be stored directly in user profiles. Here’s a step-by-step guide on how to achieve this using Firestore.&lt;/p&gt;&#xA;&lt;h2 id=&#34;step-1-set-up-firebase-in-your-react-app&#34;&gt;Step 1: Set Up Firebase in Your React App&lt;/h2&gt;&#xA;&lt;p&gt;First, ensure that you have Firebase set up in your React application. You need to install Firebase and initialize it in your project.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
