Skip to content

saurabhraj042/MushiMushi

Repository files navigation

Mushi-Mushi


Demo

MushiMushiDemo

Screenshots

Description

This application is a pattern of social components comprising posts, likes, reactions, comments, views, and others that can be used for Android application development. It is Firebase-based and uses such Firebase features as the firestore, and authentication.

Features

  • Search Posts
  • Sign in with google and Create Posts
  • Save posts of other users
  • Working Notification Panel
  • Comment Section for interaction on posts
  • Delete posts/comments for everyone

Coming Features

  • User Profile tab
  • Anonymous Posting ;)

Technologies used

  • Kotlin
  • MVVM
  • Firebase
  • Android Architecture Components
  • Glide

Setup steps

  1. First of all you need google-services.json. Create a Firebase project in the Firebase console, if you don't already have one. Go to your project and click ‘Add Firebase to your Android app’. Follow the setup steps. At the end, you'll download a google-services.json file which you should add to your project.

google_service_json

  1. Setup Firestore database and ‘RULES’ like this:
{
  "rules": {
    ".read": "true",
    ".write": "true"
  }
}
  1. If you haven't yet specified your app's SHA-1 fingerprint, do so from the Settings page Settings page of the Firebase console. See Authenticating Your Client for details on how to get your app's SHA-1 fingerprint.

  2. Enable the sign in method with google.

google_web_client_id

To have access to the demo version just email me @[email protected] :).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages