Best of FirebaseMay 2022

  1. 1
    Article
    Avatar of asayerasayer·4y

    Authentication in React 18 using Firebase v9

    In this tutorial, we will implement an authentication flow in React 18 using Firebase v9 Web SDK. We’ll enhance a starter React application to practice the following security concepts: Adding user login and logout (using email/password and with Google), Retrieving user information, using the Context API for managing the Auth state, and Protecting application routes from unauthorized users using React Router v6.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Build a Google Docs Clone with React, Material UI, & Firebase

    In this article, we'll build a Google Docs clone using React, Material UI, and Firebase. If we click any document, it will open up and we can edit them however we need to. If two people are working on the same document, their progress will be reflected in both instances.

  3. 3
    Article
    Avatar of flutterdevsFlutterDevs·4y

    Flutter 3.0— What’s New In Flutter

    Flutter 3.0 supports all the six platforms on the stable channel formally. Flutter hosts different third-party-together mixes like Firebase, AWS Amplify, Sentry, and AppWrite. The new Flutter 3 highlights contain new contributions for platform-specific integration, intuitive models for compilation to build support, and internationalization.

  4. 4
    Article
    Avatar of flutterFlutter·4y

    I/O Pinball Powered by Flutter and Firebase

    For Google I/O, we teamed up with the Flutter team to reimagine a classic pinball game built using Flutter and Firebase. The game uses Flame’s out-of-the-box features, such as animations, physics, collision detection, and more. We integrated the open source Box2D engine into Dart so it can be easily integrated with Flutter.