Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.23 KB

chat_app

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

  • Configure Firebase Authentication for Android

    • get package name (search 'applicationId')
    • get google_service.json and add to android app folder.
    • follow firebase instruction to implement dependencies.
    • app gradle --> minimumSdk 21 & multiDexEnable true
  • Configure Firebase Authentication for iOS

    • get package name (search for 'PRODUCT_BUNDLE_IDENTIFIER')
    • get GoogleService-Info.plist and add to ios Runner folder.
    • terminal --> cd ios
    • pod init (if pod is not available)
    • ios/Podfile --> uncomment --> platform :ios, '12.0'
    • pod install
  • Configure Firebase Cloud Filestore

    • create firebase cloud
    • change rules (allow read, write : if false - > if(request.auth != null))