Skip to main content

Firebase Settings

Set here Firebase settings. You can get full tutorial from the Flutter App documentation.

Firebase Settings

Firebase Integration

Configure Firebase for your eGrocer store to enable features like authentication, cloud messaging, and more.

Prerequisites

  1. Firebase Account
    • Google account
    • Firebase project

Configuration Steps

  1. Create Firebase Project

    • Go to Firebase Console
    • Create new project
    • Set up app
  2. Set up Services

    • Authentication
    • Cloud Messaging
    • Analytics
    • Crashlytics

Authentication Setup

  1. Enable Auth Methods
    • Email/Password
    • Phone
    • Google
    • Facebook

Cloud Messaging

  1. Configure FCM
    • Get server key
    • Set up Android
    • Set up iOS

Important Notes

  • Keep credentials secure
  • Follow Firebase best practices
  • Regular monitoring
  • Stay updated with Firebase changes