vinceglb / Instant

✨ Social network app made with Android Compose, full Kotlin, Flow, Firebase Authentication, Functions, Storage and Firestore πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

✨ Social network app made with Android Compose, full Kotlin, Flow, Firebase Authentication, Functions, Storage and Firestore πŸš€

License:MIT License


Languages

Language:Kotlin 91.2%Language:TypeScript 8.3%Language:JavaScript 0.6%