Best of FirebaseAugust 2023

  1. 1
    Article
    Avatar of itnextITNEXT·3y

    Yes, here are 4 stacks to build MVPs faster in 2023

    The key to getting shit done is to build an MVP (minimum viable product) or an MLP (minimum lovable product) The faster you launch, the faster you can test your idea with users. Here are 4 stacks to build MVPs faster in 2023.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Set Up Social Media Web Authentication using Firebase

    The way users log in affects their overall experience and engagement with an application. The ability to log into web apps using social network accounts is a helpful advance in this area. Firebase serves as a comprehensive platform, providing developers with backend services and tools to create web and mobile applications.

  3. 3
    Article
    Avatar of phProduct Hunt·3y

    Backendflow - The Future of No-Code backend development

    Backendflow is a no-code platform that gives Firebase apps superpowers. With AI-generated Cloud functions, cron jobs, webhooks and features like email, search, and GeoQuery, backend development has never been easier.

  4. 4
    Article
    Avatar of streamStream·3y

    How to Build an Uber Clone in Jetpack Compose with Stream

    The Chat SDK is used both to power messaging between drivers and passengers as well as the ridesharing functionality of the app. The app uses a blend of architectural concepts which I have taken from MVVM (Model-View-ViewModel) and MVI. We will see later how to build a state machine which accounts for this complexity.