Skip to content

Implementing features of firebase with flutter

Notifications You must be signed in to change notification settings

joshuakoh1/flutter_firebase

 
 

Repository files navigation

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

About

Implementing features of firebase with flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.2%
  • Java 1.7%
  • Other 2.1%