firebase / firebase/snippets-android

how to share the deep link to a specific application on the device.

Open
#314 7 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.