BlogCompose
A Simple Blog App using Jetpack Compose, Flow, Navigation Compose, Room and Firebase
Instructions
- Download your Firebase configuration file
- 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
Note
To enable notifications, we chose to use cloud functions, to see my other repository BlogComposeFunctions