Logo
    Logo

    Search

    Setup

    Authentication

    Database

    Storage

    Notifications

    In-App Purchases

    Theme

    Intercom Integration

    Components

    Setup
    Setup

    Setup

    We will setup here our project fundamentals like creating Firebase project, creating iOS app at Apple Developer Account and App Store Connect.

    Initialize Firebase

    This documentation is taken from Firebase official website just to keep everything in place so you can follow steps here one by one.

    ‣
    Step 1: Install the required command line tools
    ‣
    Step 2: Configure your apps to use Firebase
    ‣
    Step 3: Initialize Firebase in your app
    ‣
    Step 4: Add Firebase plugins

    You're all set! Your Flutter apps are registered and configured to use Firebase.

    iOS Setup

    ‣
    Step 1: Create iOS app at Apple Developer Account
    ‣
    Step 2: Create Apple Push Notifications(APN) Key if you will use phone authentication and/or notifications
    ‣
    Step 3: Upload Apple Push Notifications(APN) Key to Firebase if you will use phone authentication and/or notifications
    ‣
    Step 4: Create Singing certificates and upload them to Apple if you will use phone authentication and/or notifications.
    ‣
    Step 5: Create app at App Store Connect.
    • Initialize Firebase
    • iOS Setup
    Logo