/one-person-twitter-app

Simple Twitter app with CRUD | Firebase Auth | Cloud Firestore | GetX

Primary LanguageDart

One Person Twitter App

1-person Twitter is flutter framework based mobile app using Firebase Auth and Cloude Firestore. This app has following features.

  • Authentication(Signin & Signup) is done using Firebase Auth.
  • User is also stored in Cloud Firestore.
  • User can create, update, delete and fetch all data.
  • All tweets are fetched order by latest time.
  • App data is update in realtime when data is changed in firestore.
  • GetX is used for state management.
  • Code separation is handled beautifully.

Core Dependencies

Flutter ^2.2.2
firebase_auth: ^3.0.1
cloud_firestore: ^2.4.0
firebase_core: ^1.4.0
get: ^4.3.4

User can login here

.

New User should register first

.

User can add his/her tweet

.

All Tweet

.

Update Tweet

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