<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SudarshanTechLabs Blog: Firebase</title>
    <link>https://sudarshantechlabs.com/blog/tag/firebase</link>
    <description>Posts tagged Firebase from SudarshanTechLabs.</description>
    <language>en-us</language>
    <lastBuildDate>Tue, 28 Jul 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://sudarshantechlabs.com/blog/tag/firebase/feed.xml" rel="self" type="application/rss+xml" />
    <managingEditor>support@sudarshantechlabs.com (Sudarshan Chaudhari)</managingEditor>
    <webMaster>support@sudarshantechlabs.com (Sudarshan Chaudhari)</webMaster>
    <item>
      <title>Firebase App Distribution: Beta Testing Without the Play Store</title>
      <link>https://sudarshantechlabs.com/blog/firebase-app-distribution-beta-testing</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/firebase-app-distribution-beta-testing</guid>
      <description>Getting a build into testers&apos; hands shouldn&apos;t require the Play Store review queue. Here&apos;s how I use Firebase App Distribution for fast beta cycles, how it compares to Play&apos;s internal testing, and when to use each. · 4 min read</description>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <category>Firebase</category>
      <category>Beta Testing</category>
      <category>Android</category>
      <category>CI/CD</category>
      <category>App Distribution</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>How I Use Firebase in Production Without the Bloat</title>
      <link>https://sudarshantechlabs.com/blog/how-i-use-firebase-in-production-without-the-bloat</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/how-i-use-firebase-in-production-without-the-bloat</guid>
      <description>Firebase can run your whole backend or quietly balloon your app and your bill. Here&apos;s the lean subset I actually use across production Android apps, and the services I deliberately leave out. · 4 min read</description>
      <pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate>
      <category>Firebase</category>
      <category>Android</category>
      <category>Backend</category>
      <category>Analytics</category>
      <category>Solo Developer</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Firebase Realtime DB vs Firestore: Why Stream Semantics Won for Family Location Tracking</title>
      <link>https://sudarshantechlabs.com/blog/firebase-realtime-db-vs-firestore-location-tracking</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/firebase-realtime-db-vs-firestore-location-tracking</guid>
      <description>Choosing a Firebase database for real-time location sharing is not a preference decision — it&apos;s a constraint decision. Here is why Firebase Realtime DB won over Firestore for MyFamilyTracker, and what the tradeoff actually costs. · 4 min read</description>
      <pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Firebase</category>
      <category>Architecture</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Analytics for Android Apps: What to Track and How to Use the Data</title>
      <link>https://sudarshantechlabs.com/blog/android-analytics-firebase</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/android-analytics-firebase</guid>
      <description>Most developers track too many events and learn nothing from them. Here&apos;s how to define a lean analytics strategy, implement it with Firebase Analytics, and actually make decisions based on the data. · 4 min read</description>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Firebase</category>
      <category>Startup</category>
      <category>Solo Dev</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Debugging Android Production Crashes Across 22 Apps: The System I Use</title>
      <link>https://sudarshantechlabs.com/blog/debugging-android-production-at-scale</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/debugging-android-production-at-scale</guid>
      <description>When you maintain 22 Android apps simultaneously, production debugging has to be systematic. This is the exact triage process, tooling setup, and root-cause workflow I use to go from crash alert to fix in under 2 hours — even for intermittent, hard-to-reproduce issues. · 6 min read</description>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Debugging</category>
      <category>Production</category>
      <category>Firebase</category>
      <category>QA</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Android Push Notifications With FCM: The Complete Implementation Guide</title>
      <link>https://sudarshantechlabs.com/blog/android-push-notifications</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/android-push-notifications</guid>
      <description>Push notifications are one of the highest-retention tools available. Done wrong, they destroy engagement. Here&apos;s how to implement FCM notifications correctly in Android, handle notification permissions, and design a notification strategy that users actually want. · 4 min read</description>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Firebase</category>
      <category>Kotlin</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Crash Reporting and Production Monitoring for Android Apps</title>
      <link>https://sudarshantechlabs.com/blog/crash-reporting-and-monitoring</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/crash-reporting-and-monitoring</guid>
      <description>Releasing an app without crash reporting is flying blind. Here&apos;s how to set up Firebase Crashlytics, interpret crash data, prioritize fixes, and build a monitoring workflow that catches real problems fast. · 4 min read</description>
      <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Monitoring</category>
      <category>Firebase</category>
      <category>Production</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
  </channel>
</rss>