��chatx
a simple group chat app made using flutter and firebase
this is a chat application where the user can sign-up/log-in either via email authentication , google , facebook or via a otp verification through phone.
�� screenshots
��future integrations:
- [] implementation of forgot password in email auth
- [] ui updates
created and maintained by :
if you found this project helpful or you learned something from the source code then please consider giving it a ⭐ on github and sharing it with your friends via social media
��getting started
-
⚙️ setting up flutter
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. -
�� download the repository
cd path/to/folder triparnochatterjee/chatx.git
-
�� set up the firebase app:
-
create a new project with the firebase console.
add android app in the firebase project settings. -
add (a sha-1 certificate fingerprint for google sign-in).
-
add (a sha-256 certificate fingerprint for facebook sign-in).
-
see this document for full instructions: https://firebase.google.com/docs/flutter/setup
-
additional setup instructions for google , facebook and phone otp verification sign-in:
-
google sign-in on android: https://firebase.google.com/docs/auth/android/google-signin
-
facebook login for android: https://developers.facebook.com/docs/facebook-login/android
-
phone sign in :
https://firebase.google.com/docs/auth/android/phone-auth
-
Comments are closed.