简体   繁体   English

如何在我的 Android 应用程序中实现 Firebase 邀请?

[英]How to implement Firebase Invites in my Android application?

I want to implement the Firebase Invite Feature, where a user can send a link which is unique to his/her friends and whenever the other receiver installs the app using this link my application recognize it and act accordingly.我想实现 Firebase 邀请功能,用户可以在其中发送他/她的朋友独有的链接,并且每当其他接收者使用此链接安装应用程序时,我的应用程序都会识别它并采取相应的行动。

Now I have searched quite a while about Firebase invite and I came to know that you can send the link only via email and android messages.现在我已经搜索了一段时间关于 Firebase 邀请,我开始知道您只能通过电子邮件和 android 消息发送链接。 However, I want the user to send via any other social networking app.但是,我希望用户通过任何其他社交网络应用程序发送。

What approach should be followed while implementing this?在实施时应该遵循什么方法?

Firebase Invites is a UI layer to send dynamic links to other users through email. Firebase Invites 是一个 UI 层,用于通过电子邮件向其他用户发送动态链接。 If you want to send the links with another service, you can create them directly using Firebase Dynamic Links .如果您想通过其他服务发送链接,您可以直接使用Firebase 动态链接创建它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Firebase邀请:如何使用Firebase邀请发送推荐代码 - Firebase Invites: How to send referral code with Firebase Invites Android Firebase邀请应用程序描述未本地化 - Android Firebase Invites app description not localized 如何将Firebase Messaging实施到Xamarin.Android应用程序? - How to implement Firebase Messaging to Xamarin.Android application? 如何使用Firebase邀请来验证新安装 - How to validate new install using Firebase Invites 有没有办法在没有Google登录iOS的情况下实施firebase邀请(SMS)? - Is there a way to implement firebase invites(SMS) without Google Sign-In for iOS? 如何在 Android 中实现 Firebase 身份验证 - How to implement firebase authentication in Android 无法在Android上将Apple客户端ID添加到Firebase邀请意图 - Can not add Apple client ID to Firebase invites intent on Android Firebase Android:添加邀请后收到通知时应用崩溃 - Firebase Android: App crash when receiving Notification after adding Invites Android-Firebase邀请返回错误-结果代码0-已发送电子邮件未发送短信 - Android - Firebase invites returns error - Resultcode 0 - Emails sent SMS not sent 如何使用Firebase通过我的Android应用程序保持用户持久登录 - How to keep a user persistent logged in through my Android application with Firebase
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM