A Simple Blog App using Jetpack Compose, Flow, Navigation Compose, Room and Firebase
- Download your Firebase configuration file (Enabling authentication and Cloud Firestore)
- Create or register your application in the Facebook developer console to enable authentication with Facebook and add the codes of:
- facebook_application_id
- facebook_login_protocol_scheme
- facebook_client_token
If your enable notification to user for comment or like, see BlogComposeFunctions, if not then only see current notifications force refresh (with swipe refresh)
Has a bug when concatenate my post in profile screen for use a LazyVerticalGrid, wait for them to solve it
fixed in v2.0.0