Winamp Logo
The Firebase Podcast Cover
The Firebase Podcast Profile

The Firebase Podcast

English, Technology, 1 season, 15 episodes, 6 hours, 8 minutes
About
Welcome to the Firebase Podcast. This is the place where we dive deep into Firebase products and learn new tips and tricks along the way. If you want to hear great stories about how Firebase products are made and be a better Firebase developer, make sure to subscribe.
Episode Artwork

Security wrap-up with Rachel Myers

In this episode, David East is joined by Firebase Developer Relations Engineer, Rachel Myers to wrap up the security series. The two discuss important security rules, the pros and cons behind the methodology of how security rules are structured, Rachel’s career experiences, and more! Subscribe to Firebase → https://goo.gle/Firebase
10/28/202140 minutes, 54 seconds
Episode Artwork

React, Suspense, and how it's built into ReactFire

React and Firebase have been a great pair for such a long time. React has grown through many stages from mixins, to class components, all the way to hooks and Suspense. On this episode David East and Jeff Huleatt, the maintainer of ReactFire, discuss the history of Firebase and React. They also get into how Suspense works and what Firebase does to take advantage of it. Resources: Reach out to David on Twitter → https://goo.gle/37TvLV0 Reach out to Jeff on Twitter → https://goo.gle/3md8rK6 ReactFire → https://goo.gle/3mfm3V8 Michael Jackson - Never Write Another HoC → https://goo.gle/2VXzHkK Build Modern React apps with Hooks, Suspense, Context, and Firebase → https://goo.gle/3xWgeOP Subscribe to Firebase → https://goo.gle/Firebase
8/17/202149 minutes, 42 seconds
Episode Artwork

7 Security Rules features you should know

In this episode David East takes you through 7 different Security Rules features that help you write powerful rules and make life it a bit easier while debugging. Resources: Reach out to David on Twitter → https://goo.gle/3pPK58v  Role based systems → https://goo.gle/3lZOnL8  Unit testing security rules with the Firebase Emulator Suite → https://goo.gle/3lX535X  Intermediate topics in Firebase Security Rules → https://goo.gle/3iG6rbb  Security Rules functions → https://goo.gle/3lZOypM  Request variable → https://goo.gle/3iG6uDT  Debug → https://goo.gle/37AsrOr  Duration → https://goo.gle/3jRMJIK  Math → https://goo.gle/3lYTjQk  Subscribe to Firebase → https://goo.gle/Firebase
8/12/202117 minutes, 53 seconds
Episode Artwork

The state of Firebase and Flutter

Today's episode of The Firebase Podcast is about the state of Flutter for Firebase. David East is joined by Flutter and Firebase experts to discuss Flutter Fire, and more!  Subscribe to Firebase → https://goo.gle/Firebase
8/3/202149 minutes, 22 seconds
Episode Artwork

15 minutes to learn Security Rules

Do you want to write better and secure apps? Do really want to understand how Security Rules work? Then tune into today's episode. David East will take you through the 101 of Security Rules and get you up to speed so you feel confident when writing your own. This is part one of a multi-part series all about Security and Firebase. Reach out to David on Twitter →  https://goo.gle/3pPK58v Match blocks and the allow statement →  https://goo.gle/2WsPEzG  Subscribe to Firebase → https://goo.gle/Firebase
7/27/202115 minutes, 9 seconds
Episode Artwork

The state of Firebase for the Web

We released a some exciting new features for the web at Google I/O 2021. In this podcast David East will take you through the new JavaScript SDK, how it's different and better (spoiler alert: it's a lot lighter), how to upgrade, and what it means for frameworks like Angular, React, and RxJS. Then David will cover AppCheck, a new security feature. Reach out to David on Twitter: https://goo.gle/3pPK58v  Reducing bundle size: Previewing a new Firebase for the web: https://goo.gle/3kD2HbL Upgrade guide: https://goo.gle/2TsAcm2  webpack - tree shaking: https://goo.gle/3Br8M0M  Rollup: https://goo.gle/3zgx8bQ  TC39 Pipeline operator proposal: https://goo.gle/3xJMaZ3  Firebase AppCheck: https://goo.gle/3kXrE0M Subscribe to Firebase → https://goo.gle/Firebase
7/20/202117 minutes, 58 seconds
Episode Artwork

Everything announced at the Firebase Summit (Part 2)

More announcements from The Firebase Summit! This episode goes over the new Remote Config updates, Crashlytics and BigQuery streaming, the new APIs for Google Analytics, and Import Segments! Reach out to David on Twitter: https://goo.gle/3kUN8sB Firebase Summit Keynote: https://goo.gle/2UX0Ccy Remote Config docs: https://goo.gle/2J3kZ5B Firebase A/B Testing: https://goo.gle/376C3jj Crashlytics & BigQuery: https://goo.gle/3nRn7Mq Google Analytics Measurement Protocol API: https://goo.gle/3nRSqHa Google Analytics Data API: https://goo.gle/3kYiXki Google Analytics Admin API: https://goo.gle/3fqmdU8 Import Segments: https://goo.gle/2KpF6ev Subscribe to Firebase → https://goo.gle/Firebase
11/24/202020 minutes, 46 seconds
Episode Artwork

Everything announced at the Firebase Summit (Part 1)

The Firebase Summit was bananas! We announced a bunch of new features like the Auth Emulator and new Performance Monitoring dashboard. There were so many things to talk about that I split it up into two parts! Plus I recap how the Stripe Extensions work so you can easily add payments to your apps. Reach out to David on Twitter → https://goo.gle/3pPK58v  All the announcements in one blog → https://goo.gle/35MzLpO  Firebase Authentication Emulator → https://goo.gle/3990cYO  Firebase Performance Monitoring → https://goo.gle/2UN7r0u  Stripe Send Invoices Extension → https://goo.gle/390wAwN  Stripe Subscription Extension → https://goo.gle/334bbir  Subscribe to Firebase → https://goo.gle/Firebase
11/20/202019 minutes, 12 seconds
Episode Artwork

Your Firebase Summit Pre-show

Next week is the Firebase Developer Summit! In the past the summit has been held in Berlin, Prague, Madrid, and Amsterdam but now for the first time it's all online. This is your pre-show guide to the schedule and talks for next week. We'll have 5 Firebase team members on to discuss their talks about Firebase ML, Flutter, Ad optimization, and FCM strategies. Register for the summit! → https://goo.gle/2RYcfOW Subscribe to the Firebase channel → https://goo.gle/Firebase
10/23/202020 minutes, 4 seconds
Episode Artwork

The comprehensive guide to GitHub Actions and Firebase Hosting

Just the other week at Firebase we released a feature we're really excited about, preview channels. Preview channels are a fantastic way to deploy versions of your site to a generated, expirable, URL. For many of you, this immediately gets you thinking. "Hey, I'd love to deploy a preview channel whenever a pull request is created on GitHub" And that's exactly what you can do with GitHub Actions, which is an awesome way to automate tasks in response to events in GitHub. In today's episode I'm going to talk all about how this works from the ground up. I'm going to: - Give you a crash course on how GitHub Actions work - Dive into how the Firebase CLI sets up the Action with your Firebase project - Go over what the Firebase Hosting GitHub Action does. Preview channels Documentation → https://goo.gle/3j3A039  GitHub Actions Intro to Actions → https://goo.gle/355wRLp  Billing → https://goo.gle/31h5f4P  Google Cloud Service Accounts Documentation → https://goo.gle/31hfWEq  Firebase Hosting GitHub Action source  → https://goo.gle/31f22mo  Firebase CLI source → https://goo.gle/31chM9S  Firebase Summit register → https://goo.gle/2RYcfOW  Subscribe to Firebase → https://goo.gle/Firebase
10/20/202017 minutes, 6 seconds
Episode Artwork

Recapping a massive Firebase Hosting update

Firebase Hosting just had one of its biggest updates of all time. In this episode David East explains the new features: preview channels, GitHub Actions, and cloning. These features are super sweet, so you don't want to miss this. Subscribe to the Firebase YouTube channel → https://goo.gle/Firebase  
10/8/202014 minutes, 9 seconds
Episode Artwork

5 things I wish I knew about Firebase as a beginner

David East has worked on Firebase since it was a very small startup. In this podcast he'll tell you 5 things he wishes he knew when he first started.  Subscribe to the Firebase YouTube channel → https://goo.gle/Firebase
9/29/202022 minutes, 11 seconds
Episode Artwork

What's the difference between Google Analytics and Firebase Analytics?

15 years ago Google Analytics launched on to the scene giving web developers insight into the traffic flowing into their sites. A lot has changed about sites and apps over the last 15 years and so has the insights and analytics. In this episode your host, David East, asks Todd Kerpleman (Firebase Developer Advocate) to break down the differences between Google Analytics and Firebase Analytics. And spoiler alert: they are one in the same.  If you're interested in getting a history lesson on one of the most well known analytics products in the world, make sure to catch this episode. This podcast is based on Todd Kerpleman's article → https://goo.gle/2X3HCuB Subscribe to the Firebase YouTube channel → https://goo.gle/Firebase 
8/3/202023 minutes, 40 seconds
Episode Artwork

Firebase Hosting, an origin story

Firebase Hosting started out years ago as a static hosting service, but it has evolved into a fully dynamic serving platform. In this episode David East tells you the story of how Firebase Hosting got started. You'll hear from the first ever engineer on the product (Chris Raynor), the current technical lead (Michael Bleigh), and even another engineer (Dahlia Salem) will teach you how to run server code on Firebase Hosting.   Subscribe to the Firebase YouTube channel → https://goo.gle/Firebase
5/19/202038 minutes, 39 seconds
Episode Artwork

Welcome to the Firebase Podcast

The Firebase Podcast is here! This podcast is all about diving deep into Firebase. In each episode, David East is joined by those that work on Firebase to discuss how the products are created, how they work, and how you can use that knowledge to build amazing things. Subscribe to the Firebase YouTube channel → https://goo.gle/Firebase
4/24/20201 minute, 16 seconds