Best of FirebaseOctober 2024

  1. 1
    Video
    Avatar of aaronjackAaron Jack·1y

    I Coded A REAL App with AI in 60 minutes! (Cursor, Claude AI)

    The post details the process of building a full app using Cursor, an AI code editor, within 60 minutes. The app focuses on identifying social media influencers from customer lists for better influencer marketing. It involves setting up Firebase for database and authentication, integrating Stripe for payments, and significant problem-solving around code generation and deployment. Key points include the importance of detailed specifications for AI-generated code and the challenges of debugging and finalizing app functionality.

  2. 2
    Video
    Avatar of fireshipFireship·2y

    Rookie Firebase mistake nearly destroys Arc browser

    Arc browser recently faced a serious vulnerability due to misconfigured Firebase security rules. A hacker could have executed CSS and JavaScript on any website via the browser, potentially causing significant harm without the user visiting a malicious site. The issue has been patched swiftly after being reported by a security researcher. The problem was traced back to improperly managed Firestore rules which allowed user IDs to be changed, leading to potential security breaches.

  3. 3
    Article
    Avatar of souabnimonaFull-stack·2y

    Can someone tell me how to correctly add Notifications in a Mobile app

    A new Flutter developer is seeking help to implement Firebase Cloud Messaging (FCM) for notifications in a ticket management system app, aiming for notifications to appear when a user creates a ticket.

  4. 4
    Article
    Avatar of dartdevsDart Developers·2y

    Seeking Your help : How Can I Make my Admin Panel Changes Instantly Reflect in My Food Delivery App UI?

    A developer seeks advice on making admin panel changes instantly reflect in their Flutter-based food delivery app's UI. They mention considering Firebase for real-time updates and ask for tips and best practices to keep the client app in sync with the admin panel.

  5. 5
    Article
    Avatar of collectionsCollections·1y

    How to Setup Flutter & Firebase with Multiple Flavors using the FlutterFire CLI

    Learn how to set up multiple Firebase environments for a Flutter app with different flavors using the FlutterFire CLI. The guide covers creating separate Firebase projects for each flavor, configuring these with shell scripts, and initializing Firebase during app startup on iOS, Android, and web platforms. This setup ensures security, efficiency, and organized configurations across various environments.