firebase / firebase/snippets-android
how to share the deep link to a specific application on the device.
Open
help wanted
- Dominant language
- Java
- Stars
- 817
- Forks
- 429
- Avg merge
- 10d 14h
- Merged PRs (30d)
- 2
Description
@Override
public void sendInvite(Context context) {
super.sendInvite(context);
Toast.makeText(context, "TODO: TODO: Implement social sending", Toast.LENGTH_SHORT).show();
}
In the function, how to share the data to a specific application on the device? like facebook.
Contributor guide
Assessment
This issue has not been assessed yet.