Share daily random moments with your friends and discover who they really are.
Instant is a social media actually under heavy development.
- Language: Kotlin only
- UI: Jetpack Compose
- Architecture: MVVM
- Caching: Room
- Dependency injection: Koin
- Backend: Firebase Firestore and Storage
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
The project is actually in development. You are welcome to participate.