This repo consists of the implementation of all firebase features in a flutter application.
| Feature | Android | iOS |
|---|---|---|
| Phone Auth | Tested | Untested |
| Chat | Tested | Untested |
-
Clone the repository
-
Create a project in firebase and connect the app to firebase How to? (Check the first part of the article)
-
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 androidFor release version, run this command in your terminal replacing the keystore_name and alias_name:
keytool -list -v -keystore {keystore_name} -alias {alias_name} -
Enable Authentication Sign-in providers in firebase dashboard (as per your requirement)
-
Install the app
Feel free to open PR or issues