Best of Firebase โ€” August 2024

  1. 1
    Article
    Avatar of communityCommunity Picksยท2y

    I built an AI tool to handle my mom's invoices and saved her 20 hours of work! ๐Ÿ˜ฒ

    A developer built an AI tool that automates invoice processing for a small business, saving 20 hours of manual work. The tool uses Composio for retrieving emails and attachments, Nanonets for extracting data from PDFs, and Google Sheets for organizing the information. The project leverages technologies like GmailGenius, CrewAI, React, Firebase for authentication, and FastAPI for the backend, creating a streamlined solution for managing invoices.

  2. 2
    Article
    Avatar of communityCommunity Picksยท2y

    I built a global chess board from scratch completely with Claude (NextJs & Firebase)

    A DevOps Engineer shares their experience building a global chess board app using NextJS, Firebase, and various other technologies. The key technologies and concepts learned include Firebase client, NextAuth.js, React hooks, and Stripe API. The author describes the process of using the LLM tool Claude for coding assistance and emphasizes the importance of understanding the code generated. The project showcases features like authentication, chessboard rendering, game logic, save and browse past moves, and Stripe integration for payments.

  3. 3
    Article
    Avatar of firebase-developersFirebase Developersยท2y

    Gemma2 Tutorial: Local LLM Development with Genkit

    Google's open-source LLM, Gemma2, can be run locally using Ollama. This step-by-step guide explains how to install Gemma2, create a Genkit project, and integrate it with Ollama Gemma2. The process involves installing appropriate packages, configuring Genkit, and writing a sample flow to handle requests. The setup is efficient enough to be accomplished in around 30 lines of code.

  4. 4
    Article
    Avatar of habrhabrยท2y

    Easy Authentication for Next.js project with Firebase

    Learn how to set up authentication in your Next.js project using Firebase. This step-by-step guide covers creating a Firebase project, enabling authentication methods like Google and Email/Password, configuring your Next.js app, and building a login component. Source code examples are provided to help you protect your pages and manage authentication state across your application.