/flutter_firebase

Implementing features of firebase with flutter

Primary LanguageDart

Flutter with Firebase

This repo consists of the implementation of all firebase features in a flutter application.

Table of Contents

Feature Android iOS
Phone Auth Tested Untested
Chat Tested Untested

Configuration

  1. Clone the repository

  2. Create a project in firebase and connect the app to firebase How to? (Check the first part of the article)

  3. Add SHA1 key, check this link for more info For debug version, run this command in your terminal:

    keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
    

    For release version, run this command in your terminal replacing the keystore_name and alias_name:

    keytool -list -v -keystore {keystore_name} -alias {alias_name}
    
  4. Enable Authentication Sign-in providers in firebase dashboard (as per your requirement)

  5. Install the app

Contributions || Issues

Feel free to open PR or issues