update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

488
html/firebase.html Normal file
View File

@@ -0,0 +1,488 @@
<!-- badges -->
<div data-align="center">
<!-- title -->
<!--lint ignore no-dead-urls-->
<h1 id="awesome-firebase-awesome-lint-awesome-list">Awesome Firebase <a
href="https://awesome.re"><img src="https://awesome.re/badge.svg"
alt="Awesome" /></a> <img
src="https://github.com/jthegedus/awesome-firebase/workflows/lint/badge.svg"
alt="Lint Awesome List" /></h1>
<!-- subtitle -->
<p>The most <strong>up to date</strong> list of Firebase docs, talks,
tools, examples &amp; articles the internet has to offer.</p>
<!-- image -->
<p><a href="https://firebase.google.com/docs/" target="_blank" rel="noopener noreferrer">
<img src="images/firebase-services.gif" /> </a></p>
<!-- translations -->
<p>Translations: <a href="readme.md">🇬🇧 en</a> · <a
href="readme-ko.md">🇰🇷 ko</a> · <a href="readme-ru.md">🇷🇺 ru</a>
<!-- · [🇪🇸 es](readme-es.md) · [🇮🇩 id](readme-id.md) · [🇯🇵 ja](readme-ja.md) · [🇵🇹 pt](readme-pt.md) · [🇨🇳 zh](readme-zh.md) --></p>
<p><a href="https://firebase.google.com">Firebase</a> is an app dev
platform built on the <a href="https://cloud.google.com/products">Google
Cloud Platform</a> providing services and cross-platform SDKs!</p>
</div>
<!-- toc -->
<h2 id="contents">Contents</h2>
<ul>
<li><a href="#featured-new-releases">Featured (new releases)</a></li>
<li><a href="#official-docs--quickstarts">Official Docs &amp;
Quickstarts</a></li>
<li><a href="#firebase-extensions">Firebase Extensions</a></li>
<li><a href="#web">Web</a></li>
<li><a href="#mobile">Mobile</a></li>
<li><a href="#games">Games</a></li>
<li><a href="#server-side-cloud-functions-bigquery-etc">Server-side
(Cloud Functions, BigQuery etc)</a></li>
<li><a href="#cli--editor">CLI &amp; Editor</a></li>
<li><a href="#other">Other</a></li>
<li><a href="#follow">Follow</a></li>
</ul>
<p><strong>Legend</strong>: 📝 blog posts · 💡 examples · 📖 docs · 🔌
libraries · 🔧 tools · 📹 talks/video · 🔊 podcasts</p>
<!-- START content -->
<h2 id="featured-new-releases">Featured (new releases)</h2>
<ul>
<li>🔧 <a href="https://github.com/kreait/firebase-php">(Unofficial)
Firebase Admin SDK for PHP</a> - The Firebase Admin PHP SDK enables
access to Firebase services from privileged environments (such as
servers or cloud) in PHP.</li>
<li>📖 <a href="https://firebase.google.com/docs/app-check">App
Check</a> - Protect your backend resources from abuse, such as billing
fraud or phishing.</li>
<li>📖 <a
href="https://firebase.google.com/docs/firestore/bundles">Firestore Data
Bundles</a> - Data Bundles are static query results for CDN caching to
speed first page loads.</li>
<li>📖 <a
href="https://firebase.google.com/docs/web/learn-more#modular-version">Modular
Web SDK (v9)</a> - Import only what you need reducing SDK size up to
80%.</li>
</ul>
<h2 id="official-docs-quickstarts">Official Docs &amp; Quickstarts</h2>
<ul>
<li>📖 <a href="https://firebase.google.com/docs">Firebase
Documentation</a> - Official Firebase Documentation.</li>
<li>🔧 <a href="https://status.firebase.google.com">Firebase Status
Dashboard</a> - This page provides status information on the services
that are part of Firebase.</li>
<li>💡 <a
href="https://github.com/firebase?utf8=%E2%9C%93&amp;q=quickstart&amp;type=&amp;language=">Firebase
Quickstarts</a> - Official Firebase Quickstarts.</li>
<li>💡 <a
href="https://codelabs.developers.google.com/?cat=Firebase">Google
Codelabs | Firebase</a> - Google Developers Codelabs provide a guided,
tutorial, hands-on coding experience.</li>
<li>📖 <a href="https://firebase.google.com/games">Firebase for
Games</a> - New Firebase for Games landing page with links to
Firebase/Google resources for game developers.</li>
</ul>
<h2 id="firebase-extensions">Firebase Extensions</h2>
<ul>
<li>🔧 <a
href="https://firebase.google.com/products/extensions">Firebase
Extensions</a> - Firebase Extensions provide extended functionality to
your apps without the need to research, write, or debug code on your
own.</li>
<li>🔧 <a
href="https://github.com/FirebaseExtended/experimental-extensions">Experimental
Firebase Extensions</a> - laboratory for new extensions created by
Firebase.</li>
<li>🔧 <a
href="https://github.com/stripe/stripe-firebase-extensions">Stripe
Extensions</a> - Official Stripe subscriptions and invoices
extensions.</li>
<li>🔧 <a
href="https://github.com/messagebird/firestore-send-msg">MessageBird
Extensions</a> - Official MessageBird extension to send messages via the
MessageBird Converstations API.</li>
<li>🔧 <a
href="https://github.com/algolia/firestore-algolia-search">Algolia
Extensions</a> - Official Algolia extension to enable full text search
of Cloud Firestore with Algolia.</li>
<li>🔧 <a href="https://github.com/mailchimp/Firebase">Mailchimp
Extensions</a> - Official Mailchimp extension to sync Firebase
Authentication events to create member tags, merge fields, and member
events with Mailchimp.</li>
<li>🔧 <a
href="https://github.com/typesense/firestore-typesense-search">Typesense
Extension for Full-Text Search</a> - Official Typesense extension to add
full-text search in Firestore, by syncing the data to <a
href="https://github.com/typesense/typesense">Typesense</a>, an OSS
alternative to Algolia.</li>
</ul>
<h2 id="web">Web</h2>
<ul>
<li>🔌 <a
href="https://github.com/samuelgozi/firebase-firestore-lite">Firestore
Lite</a> - Lightweight Cloud Firestore library for the browser.</li>
<li>🔌 <a
href="https://github.com/codediodeio/sveltefire">SvelteFire</a> -
Cybernetically enhanced Firebase apps.</li>
<li>🔌 <a href="https://github.com/FirebaseExtended/reactfire">React
Fire</a> - Official Firebase React library with Hooks, Context
Providers, and Components that make it easy to interact with
Firebase.</li>
<li>🔧 <a
href="https://github.com/firebaseextended/remote-styles/">Remote Styles
with Remote Config</a> - Dynamic/Conditional loading of CSS stored in
Remote Config. (<a
href="https://medium.com/firebase-developers/introducing-remote-styles-conditional-css-loading-made-easy-daddbbcce050">Launch
post</a>).</li>
<li>🔌 <a
href="https://github.com/CSFrequency/react-firebase-hooks">React
Firebase Hooks</a> - React Hooks for Firebase services.</li>
<li>🔌 <a href="https://github.com/firebase/firebaseui-web">Firebase
UI</a> - FirebaseUI is an open-source JavaScript library for Web that
provides simple, customizable UI bindings on top of Firebase SDKs to
eliminate boilerplate code and promote best practices.</li>
<li>🔌 <a
href="https://github.com/firebase/firebaseui-web-react">Firebase UI for
React</a> - React Wrapper for firebaseUI Web.</li>
<li>🔌 <a href="https://github.com/firebase/geofire-js">GeoFire for
JavaScript</a> - Realtime location queries with Firebase.</li>
<li>💡 <a href="https://github.com/FirebaseExtended/firepad">FirePad</a>
- Collaborative Text Editor Powered by Firebase.</li>
<li>🔌 <a href="https://github.com/firebase/emberFire">Ember Fire</a> -
Official Ember data adapter for Firebase.</li>
<li>🔌 <a
href="https://github.com/FirebaseExtended/firebase-dart">Firebase
Dart</a> - Dart wrapper for Firebase.</li>
<li>🔌 <a
href="https://github.com/FirebaseExtended/polymerfire">PolymerFire</a> -
Polymer Web Components for Firebase.</li>
<li>🔌 <a href="https://github.com/vuejs/vuefire">VueFire</a> - Firebase
bindings for Vue.js.</li>
<li>🔌 <a href="https://github.com/angular/angularfire2">Angular Fire
2</a> - Official library for Firebase and Angular.</li>
<li>🔌 <a href="https://github.com/tylermcginnis/re-base">Re-base</a> -
Relay inspired library for building React.js + Firebase
applications.</li>
<li>🔌 <a
href="https://github.com/prescottprue/react-redux-firebase">React Redux
Firebase</a> - Redux bindings for Firebase. Includes Higher Order
Component for use with React.</li>
<li>🔌 <a href="https://www.gatsbyjs.org/packages/">GatsbyJS Firebase
Data Source</a> - Query your Firebase data right into your statically
generated pages with Gatsby.</li>
<li>🔌 <a href="https://github.com/Canner/apollo-link-firebase">Apollo
Link Firebase</a> - Provides a local GraphQL interface to RealtimeDB. DB
syncs locally to device, Apollo Link provides querying into the local
DB.</li>
<li>🔌 <a href="https://github.com/avohq/bs-firebase">BuckleScript
Bindings for Firebase</a> - BuckleScript bindings for Firebase for use
in ReasonML projects.</li>
<li>💡 <a
href="https://github.com/codediodeio/angular-firestarter">Angular
Firebase PWA</a> - Is an Angular PWA powered by Firebase. It can serve
as a foundation to learn this stack and roll out more complex
features.</li>
<li>🔌 <a href="https://github.com/jsayol/FireSQL">FireSQL</a> - Query
Firestore using SQL syntax. Issues the minimum amount of queries
necessary in order to get the data that you request.</li>
<li>📖 <a
href="https://firebase.google.com/docs/hosting/deploying#set_limit_for_retained_versions">Hosting
Version History</a> - Automatic deletion of older versions of your site
deployments.</li>
<li>🔌 <a
href="https://github.com/IjzerenHein/firestorter">Firestorter</a> - Use
Firestore in React with zero effort, using MobX (also for
react-native).</li>
<li>💡 <a href="https://github.com/martyan/nextbase">Nextbase</a> -
Boilerplate of Next.js, Redux &amp; Firebase for developers who want a
quick start project.</li>
<li>🔧 <a href="https://github.com/kossnocorp/typesaurus">Typesaurus</a>
- Type-safe TypeScript-first ODM for Firestore.</li>
<li>🔌 <a
href="https://github.com/GitLiveApp/firebase-kotlin-sdk/">firebase-kotlin-sdk</a>
- Kotlin-first SDK for Firebase supporting multiplatform projects
(<code>ios</code>, <code>android</code> &amp; <code>js</code>).</li>
<li>🔌 <a
href="https://github.com/MichaelSolati/geofirestore-js">GeoFirestore</a>
- Location-based querying and filtering using Firebase Firestore.</li>
<li>🔧 <a href="https://github.com/tylim88/FirelordJS">FirelordJS</a> -
Extremely High Precision Typescript Wrapper for Firestore Web. (<a
href="https://github.com/tylim88/Firelord">Admin version</a>)</li>
<li>🔧 <a href="https://github.com/tylim88/FireSageJS">FireSageJS</a> -
Extreme Type Safe For Realtime Database Web.</li>
</ul>
<h2 id="mobile">Mobile</h2>
<ul>
<li>📝 <a
href="https://firebase.googleblog.com/2021/05/app-distribution-adds-support-to-android-app-bundles.html">App
Distribution App Bundles</a> - Support for Android App Bundles (AAB) is
officially supported in App Distribution.</li>
<li>📖 <a href="https://firebase.google.com/docs/flutter/setup">Firebase
Flutter Documentation</a> - Official Firebase Flutter Setup.</li>
<li>🔌 <a
href="https://github.com/EddyVerbruggen/nativescript-plugin-firebase">NativeScript
plugin Firebase</a> - NativeScript plugin for Firebase.</li>
<li>🔌 <a
href="https://github.com/FirebaseExtended/flutterfire">FlutterFire</a> -
Collection of Firebase plugins for <a
href="https://flutter.io/">Flutter</a> apps.</li>
<li>🔌 <a
href="https://github.com/invertase/react-native-firebase">React Native
Firebase</a> - Well-tested feature rich modular Firebase implementation
for React Native. Supports both iOS &amp; Android platforms.</li>
<li>🔌 <a href="https://github.com/evollu/react-native-fcm">React Native
Firebase Cloud Messaging</a> - React Native module for Firebase Cloud
Messaging and local notification.</li>
<li>💡 <a href="https://github.com/EvanBacon/expo-native-firebase">Expo
Native Firebase</a> - Native Firebase Expo App (iOS, Android) Demo for
Firestore, Notifications, Analytics, Storage, Messaging, Database.</li>
<li>💡 <a href="https://github.com/mattgraham1/FlutterCalendar">Flutter
Calendar App</a> - New Flutter application implementing a simple mobile
calendar app for storing basic events into Firebase cloud database.</li>
<li>🔧 <a
href="https://firebase.google.com/products/app-distribution/">Firebase
App Distribution</a> - Distribute pre-release versions of your app to
your trusted testers.</li>
<li>🔌 <a href="https://github.com/hukusuke1007/flamingo">Flamingo</a> -
A Firebase Firestore model framework for Dart.</li>
</ul>
<h3 id="android">Android</h3>
<ul>
<li>🔌 <a href="https://github.com/firebase/geofire-java">GeoFire for
Java</a> - Realtime location queries with Firebase.</li>
<li>🔌 <a href="https://github.com/firebase/firebaseui-android">Firebase
UI</a> - Optimized UI components for Firebase.</li>
<li>🔌 <a
href="https://github.com/rosariopfernandes/firextensions">FireXtensions</a>
- Unofficial Kotlin Extensions for the Firebase Android SDK.</li>
<li>🔌 <a
href="https://github.com/rosariopfernandes/firecoil">Firecoil</a> - Load
images from GCS in your Android app using the image loading library
Coil.</li>
</ul>
<h3 id="ios">iOS</h3>
<ul>
<li>🔌 <a href="https://github.com/firebase/geofire-objc">GeoFire for
Objective-C</a> - Realtime location queries with Firebase.</li>
<li>🔌 <a href="https://github.com/firebase/firebaseui-ios">Firebase
UI</a> - iOS UI bindings for Firebase.</li>
<li>💡 <a href="https://github.com/FirebaseExtended/MLKit-ARCore">MLKit
- ARCore</a> - Example detecting objects and tags them with 3D labels in
Augmented Reality. Uses Firebase ML Kit, ARCore and Firebase RTDB.</li>
<li>💡 <a href="https://github.com/FirebaseExtended/MLKit-ARKit">MLKit -
ARKit</a> - Example detecting objects using Firebase ML Kit and tags
them with 3D labels in Augmented Reality.</li>
</ul>
<h2 id="games">Games</h2>
<ul>
<li>📖 <a href="https://firebase.google.com/docs/firestore">Firestore
for C++ and Unity</a> - C++ and Unity SDKs for C++ and Unity (with
Firebase Unity SDKs available via Unity Package Manager).</li>
</ul>
<h2 id="server-side-cloud-functions-bigquery-etc">Server-side (Cloud
Functions, BigQuery etc)</h2>
<ul>
<li>📖 <a href="https://firebase.google.com/docs/admin/setup">Firebase
Admin Documentation</a> - Official Firebase Admin SDK Server Setup.</li>
<li>💡 <a href="https://github.com/firebase/functions-samples">Functions
Samples</a> - Collection of sample apps showcasing popular use cases
using Cloud Functions for Firebase.</li>
<li>💡 <a
href="https://github.com/jthegedus/firebase-gcp-examples/tree/main/functions-express">Express
Server on Cloud Functions</a> - Host an Express server on Cloud
Functions.</li>
<li>📝 <a
href="https://codeburst.io/graphql-server-on-cloud-functions-for-firebase-ae97441399c0">GraphQL
Server on Cloud Functions</a> - Host an Express server with GraphQL
middleware on Cloud Functions.</li>
<li>💡 <a
href="https://github.com/jthegedus/firebase-gcp-examples/tree/main/functions-w-parcel">Compiled
Code with Cloud Functions</a> - Compile your Flow, TypeScript or
ReasonML to the correct Node runtime using Babel, TypeScript Compiler or
ParcelJS.</li>
<li>📝 <a
href="https://medium.com/firebase-developers/how-do-i-create-a-closed-funnel-in-google-analytics-for-firebase-using-bigquery-6eb2645917e1">BigQuery
&amp; Google Analytics</a> - How Do I Create a Closed Funnel in Google
Analytics for Firebase Using BigQuery.
<!--lint ignore double-link--></li>
<li>📹 <a
href="https://www.youtube.com/watch?v=2mjfI0FYP7Y&amp;list=PLl-K7zZEsYLm9A9rcHb1IkyQUu6QwbjdM">Official
Cloud Function #Firecasts</a> - YouTube video series about understanding
how Cloud Functions work.</li>
<li>📝 <a
href="https://firebase.googleblog.com/2019/04/firebase-hosting-and-cloud-run.html">Firebase
Hosting for Cloud Run Services</a> - Dynamic content with Hosting
Rewrites &amp; Cloud Run Services.</li>
<li>📝 <a
href="https://firebase.googleblog.com/2019/04/schedule-cloud-functions-firebase-cron.html">Scheduled
(Cron) Cloud Functions for Firebase</a> - Firebase-native Cron triggers
for Firebase Cloud Functions.</li>
<li>🔌 <a href="https://github.com/anishkny/integrify">Integrify</a> -
Enforce referential and data integrity in Firestore using pre-canned
Cloud Functions triggers.</li>
<li>🔌 <a
href="https://rakam.io/blog/free-product-analytics-with-firebase---bigquery---rakam/">Free
Product Analytics with Firebase + BigQuery + Rakam</a> - How to do
behavioral &amp; segmentation analysis on Firebase event data via
BigQuery Export and Rakam.</li>
<li>🔌 <a href="https://github.com/sbarbat/firestore-queuer">Firestore
Queue System</a> - Simple queue system using Firestore and Cloud
Functions.</li>
<li>🔌 <a href="https://github.com/thisbejim/Pyrebase">Pyrebase</a> - A
simple python wrapper for the Firebase API.</li>
<li>🔌 <a href="https://github.com/kafkas/firecode">Firecode</a> - A
light, fast, and memory-efficient collection traversal library for
Firestore and Node.js.</li>
</ul>
<h2 id="cli-editor">CLI &amp; Editor</h2>
<ul>
<li>📖 <a href="https://github.com/firebase/firebase-tools-ui">Firebase
Tools UI</a> - Web UI for Firebase Emulator Suite.</li>
<li>📖 <a
href="https://firebase.google.com/docs/emulator-suite/connect_storage">Storage
in Emulator Suite</a> - Emulator suite is now complete!</li>
<li>🔧 <a
href="https://github.com/jsayol/vscode-firebase-explorer">VSCode
Firebase Explorer</a> - Explore and manage your Firebase projects.</li>
<li>🔧 <a href="https://github.com/firebase/firebase-tools">Firebase
Tools</a> - The Firebase Command Line Tools.</li>
<li>🔧 <a href="https://github.com/prescottprue/firebase-ci">Firebase
CI</a> - Simplified Firebase interaction for continuous
integration.</li>
<li>🔧 <a href="https://github.com/ChFlick/firecode">Firecode</a> - VS
Code Firestore Rules Extension.</li>
<li>🔧 <a
href="https://github.com/peterhdd/firebase-firestore-snippets">Firebase
Firestore Snippets</a> - Contains the snippet for both Firebase and
Firestore in VS Code editor.</li>
<li>🔧 <a href="https://github.com/sgarciac/fuego">Fuego</a> - Firestore
client CLI supporting document add/update/query with filtering and
pagination.</li>
<li>🔧 <a
href="https://github.com/FirebaseExtended/protobuf-rules-gen">Firestore
Rules Generator</a> - Official (but experimental) Firebase Rules
Generator for Cloud Firestore based on Googles Protocol Buffer
format.</li>
<li>🔧 <a href="https://github.com/abehaskins/firepit">Firepit</a> -
Firepit is a standalone, portable version of the Firebase CLI which has
no depedencies (including Node.js).</li>
<li>🔧 <a
href="https://github.com/bijoutrouvaille/fireward">Fireward</a> - Easy
to use language for Firestore rules, similar to Firebase Bolt.</li>
<li>🔧 <a href="https://github.com/dantothefuture/svarog">Svarog</a> -
Cloud Firestore schema validation with JSON Schema generated Security
Rule helper functions.</li>
<li>🔧 <a href="https://github.com/AntlerVC/firetable">Firetable</a> -
Excel/Google Sheets like UI for Firebase/Firestore. No more admin
portals!</li>
<li>🔧 <a href="https://github.com/toba/vsfire">VSFire</a> - Deprecated
~VSCode extension for syntax highlighting &amp; code completions with
Firestore security rules &amp; indexes.~</li>
<li>📝 <a href="https://refiapp.io/">Refi App</a> - A GUI tool to make
developers less painful when interacting with Firestore DB</li>
<li>🔧 <a href="https://firefoo.app">Firefoo</a> - Cloud Firestore GUI
Admin Tool with JSON/CSV Export and JavaScript Query Shell.</li>
<li>🔧 <a
href="https://github.com/jthegedus/asdf-firebase">asdf-firebase</a> - An
<a href="https://asdf-vm.com/">asdf-vm</a> plugin for
<code>firebase-tools</code>. Manage your Firebase CLI without Node.js or
<code>npm</code>! Great for <code>python</code>, <code>golang</code>,
<code>c++</code> &amp; <code>java</code> Firebase projects.</li>
</ul>
<h2 id="other">Other</h2>
<ul>
<li>🔧 <a href="https://firecms.co/docs/">FireCMS</a> - FireCMS is an
open source headless CMS and admin panel built by developers for
developers. It generates CRUD views based on your configuration.</li>
<li>🔧 <a href="https://github.com/flank/flank/">Flank</a> - Massively
parallel Android and iOS test runner for Firebase Test Lab.</li>
<li>🔌 <a
href="https://firestore-query-browser.firebaseapp.com">Firestore Query
Browser</a> - WebApp to Query, (Batch-)Edit &amp; Export documents with
app &amp; user switching.</li>
<li>🔌 <a href="https://github.com/scottlepp/fire-drill">FireDrill</a> -
Find, Edit, Add, Remove, Import, Export, and Report on your Firebase
data.</li>
<li>💡 <a
href="https://github.com/FirebaseExtended/unity-solutions">Unity
Solutions</a> - Use Firebase tools to incorporate common features into
your games.</li>
<li>🔌 <a href="https://github.com/myflashlab/Firebase-ANE">Firebase AIR
Native Extension</a> - Firebase ANE collection give you access to the
Google Firebase project in your AdobeAir projects supported on both
Android and iOS with 100% identical ActionScript API.</li>
<li>🔌 <a href="https://github.com/Larpon/QtFirebase">QtFirebase</a> -
An effort to bring Googles Firebase C++ API to Qt + QML.</li>
<li>📝 <a
href="https://medium.com/@ericsimons/announcing-split-second-static-deploys-for-firebase-7440d8e84879">StackBlitz
to Firebase Hosting Deployments</a> - StackBlitz (online code editor) to
Firebase Hosting static deployments.</li>
<li>🔧 <a href="https://flamelink.io/">Flamelink</a> - CMS for Firebase.
Supports Firestore, RealtimeDatabase &amp; Storage.</li>
<li>📹 <a
href="https://www.youtube.com/watch?v=lN0VXVXsj9k&amp;list=PLl-K7zZEsYLnqdlmz7iFe9Lb6cRU3Nv4R">Firebase
Summit 2018</a> - All Firebase Summit 2018 talks.</li>
<li>📹 <a
href="https://www.youtube.com/watch?v=OPj26MY16F8&amp;list=PLl-K7zZEsYLmYx3MkJRIUPH_JVFHLTlwL">Firebase
@ Google Cloud Next 18</a> - All Firebase talks @ Google Cloud Next
2018.</li>
<li>📹 <a
href="https://www.youtube.com/watch?v=e-8fiv-vteQ&amp;list=PLl-K7zZEsYLn1omgx_VUhCDFsQMA7PRDd">Firebase
@ Google IO 18</a> - All Firebase talks @ Google IO 2018.</li>
<li>📹 <a
href="https://www.youtube.com/watch?v=TSzhzR4wzSE&amp;list=PLl-K7zZEsYLkkCFs6T9mlqG8v6NCs38pA">#AskFirebase
YouTube Playlist</a> - Official #AskFirebase playlist on YouTube.</li>
<li>📝 <a
href="https://codeburst.io/the-state-of-firebase-mid-2019-2b002c458d70">State
of Firebase (mid 2019)</a> - Cloud Next &amp; Google I/O 2019
updates!</li>
<li>📹 <a
href="https://www.youtube.com/playlist?list=PLl-K7zZEsYLlo2L4rfPds-fFLEtOWheoO">Firebase
@ Google IO 19</a> - All Firebase talks @ Google IO 2019.</li>
<li>📹 <a
href="https://www.youtube.com/watch?v=YKZ6rP4kwV8&amp;list=PLl-K7zZEsYLk2OolaVXVyYrFErctrZXSX">Firebase
Summit 2019</a> - All Firebase talks @ the Firebase Summit 2019.</li>
<li>📹 <a
href="https://www.youtube.com/playlist?list=PLl-K7zZEsYLnw0-bXz2f9zo6745VQ_2ep">Firebase
Live 2020</a> - Firebase Live is a web series for app developers
consisting of talks, tips, and technical tutorials aimed at increasing
their productivity, knowledge, and collaboration.</li>
<li>📹 <a href="https://goo.gle/firebasesummit2020">Firebase Summit
2020</a> - All Firebase talks @ the Firebase Summit 2020.</li>
<li>🔧 <a href="https://dynaboard.com">Dynaboard</a> - Generate low-code
web apps from Firebase using AI.</li>
</ul>
<!-- END content -->
<h2 id="follow">Follow</h2>
<h3 id="official">Official</h3>
<ul>
<li>📹 <a href="https://www.youtube.com/user/Firebase">Firebase
YouTube</a></li>
<li>📝 <a href="https://firebase.googleblog.com/">Firebase Blog</a></li>
<li>🐦 <a href="https://twitter.com/firebase"><span class="citation"
data-cites="firebase">@firebase</span></a></li>
<li>👤 <a href="https://www.facebook.com/Firebase">Firebase
Facebook</a></li>
<li>🔊 <a
href="https://podcasts.google.com/feed/aHR0cDovL2ZpcmViYXNlcG9kY2FzdC5nb29nbGVkZXZlbG9wZXJzLmxpYnN5bnByby5jb20vcnNz">The
Firebase Podcast</a> - This is the place where we dive deep into
Firebase products and learn new tips and tricks along the way.</li>
</ul>
<h3 id="community">Community</h3>
<ul>
<li>:fire: <a href="https://discord.gg/BN2cgc3">Firebase Developers
Discord</a> - an open community dedicated to Firebase and its services,
where you can to socialize and help other web and app developers from
around the world.</li>
<li>📹 <a
href="https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA">Fireship</a>
- A YouTube channel by Jeff Delaney, a Google Firebase expert and
creator of the famous “X in 100 Seconds” videos.</li>
<li>📹 ru <a href="https://t.me/firebase_ru"><span class="citation"
data-cites="firebase_ru">@firebase_ru</span> - Telegram friendly
chat</a></li>
</ul>
<p>Who else should we be following!?</p>
<h2 id="contributing">Contributing</h2>
<p><a href="contributing.md">Contributions of any kind welcome, just
follow the guidelines</a>!</p>
<h3 id="contributors">Contributors</h3>
<p><a
href="https://github.com/jthegedus/awesome-firebase/graphs/contributors">Thanks
goes to these contributors</a>!</p>
<p><a href="https://github.com/jthegedus/awesome-firebase">firebase.md
Github</a></p>