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
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
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. Chapters: [1:35] - 1. You can read data from anywhere in the database [4:08] - 2. You can use request and resource variables to write expressions [8:03] - 3. You can do print debugging [10:01] - 4. Monitor requests with the Emulator UI [11:27] - 5. You can validate schema with helper functions [13:48] - 6. You can compare dates or durations [15:42] - 7. You can do math 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.g...
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
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
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://github.com/tc39/proposal-pipeline-operator Firebase AppCheck:https://firebase.google.com/docs/app-check
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
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
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
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...