scorelab / Go-social

Community of today used to use mobile phones to make their life easier and Community based mobile applications are famous among them. There are several kind of community based applications in use and most of them are relating to a specific domain. But core components have similar features. Address this issue and saving development time by Introducing a common app template with customizable components for community based mobile applications , is the main purpose of this project.
Apache License 2.0
61 stars 90 forks source link

Share post function is not working due to no Deep Linking of the app #182

Open ajaman190 opened 1 year ago

ajaman190 commented 1 year ago

Prerequisites

Expected Behavior

When you click/tap on the share icon, a modal opens up which allows you to share the post with its sharing URL and message.

Current Behavior

The current behavior only involves sharing a message when the share icon is clicked.

Screenshot_20230323-2134461

Steps to Reproduce

  1. Launch the app
  2. Go to Home Screen
  3. Click on the share button

Proposed Solution

Implementing deep linking in the app using Firebase (more specifically Firebase Dynamic Links), which allow users to share links to specific screens or components i.e. posts of the Go-social app.

@shehand assign this issue to me.

ajaman190 commented 1 year ago

@shehand Also, kindly review my previous pull requests.