Best android open-source packages and libraries.

Instant

โœจ Social network app made with Android Compose, full Kotlin, Flow, Firebase Authentication, Functions, Storage and Firestore ๐Ÿš€
Updated 2 weeks ago

Instant logo

Your friends, for real.

Share daily random moments with your friends and discover who they really are.


Build CI Gitmoji GitHub stars


Instant screenshots


โœจ Instant

Instant is a social media actually under heavy development.

๐Ÿง‘โ€๐Ÿ’ป Tech stack

  • Language: Kotlin only
  • UI: Jetpack Compose
  • Architecture: MVVM
  • Caching: Room
  • Dependency injection: Koin
  • Backend: Firebase Firestore and Storage

๐Ÿš€ Easy startup

You are able to authenticate with Firebase Auth thank's to the debug.keystore file added to the repo. Feel free to try the project and open pull requests.

Durring development, you can use Firebase Emulators to develop easily. You can install Firebase tools here.

First, let's install the functions

cd firebase/functions
npm i                       or yarn
npm run build               or yarn build

Then, we can start emulators in the firebase folder

cd firebase
firebase emulators:start

๐Ÿšง Work in progress

The project is actually in development. You are welcome to participate.