Questions tagged [firebase-invites]

Firebase Invites gives you the tools you need to turn your current customers into your biggest advocates. With Firebase Invites, your users can share referral codes or their favorite content over SMS or email with a touch of a button, so you can increase your app's reach and retention.

About Firebase Invites

Firebase Invites is a component of the Firebase suite of tools for cross-platform application development.

  • Invite the most relevant contacts with smart suggestions
  • Free email and SMS delivery
  • Powered by Firebase Dynamic Links

Related tags

118 questions
2
votes
1 answer

How do I implement Android Firebase dynamic links without a website?

I have an Android app published in the Play Store. I want to use the Firebase invites, but it seems that I need dynamic links and I don't have a website to create one. What do I do?
Sid Go
  • 2,041
  • 3
  • 16
  • 29
2
votes
2 answers

Firebase invites says invitation sent but not receiving any invites?

I added SHA1 debug and release keys in firebase console still no luck on why the invites are not being sent ? Im new to firebase invites and implemented as per documentation : invitesButton.setOnClickListener(new View.OnClickListener() { …
Prabhu Konchada
  • 548
  • 8
  • 26
2
votes
0 answers

Firebase invite gives error Google play service stopped

I integrated a Firebase invite service in my app, but when I click on the send button from the Firebase invite default email chooser screen, it gives me an error "Google play service stopped". Please help me to resolve this error. Project Level…
2
votes
2 answers

Firebase App Invite can't send email

I set up Firebase App Invite, after selecting the contacts, it shows a snackbar saying: Your invitation has been sent In onActivityResult, it returns me a RESULT_OK, but when I check the ids by String[] ids =…
Kimmy
  • 446
  • 1
  • 4
  • 9
2
votes
2 answers

Is it possible to add custom parameters to Firebase Dynamic Links?

So I'm developing a game for Android and I'm using Firebase for Authentication, to store user data, etc... And now, I want to provide the user a way to share their score with their friends, so they can try to beat that score. I was thinking about…
2
votes
1 answer

is there a way to only send a Firebase invite if the user does not exist

Is there a way to ask the user to input the contact, then check Firebase database to see if a user matching that email exists already, before sending the invite. I basically wish a workflow like so: User A invites User B to link with them on the…
KatGaea
  • 996
  • 1
  • 12
  • 31
1
vote
1 answer

Unity: Receive Firebase Short Dynamic Link in DynamicLinkReceived callback event

I would like to use Firebase Dynamic Links for Unity (Android/iOS) so users can invite friends and be rewarded with. Each user gets a different Short Dynamic Link in the form of https://test.page.link/abcd The user can share this Short DynamicLink…
Oli
  • 1,407
  • 3
  • 30
  • 47
1
vote
1 answer

What oauth and Invites do in my google-services.json?

I use Firebase only for database and ads implementation 'com.google.firebase:firebase-database:16.0.5' implementation 'com.google.firebase:firebase-ads:17.1.2' implementation 'com.google.firebase:firebase-core:16.0.6' But generated…
user25
  • 2,873
  • 2
  • 30
  • 66
1
vote
0 answers

Can't get Invite Ids from Firebase Invite Actitivity on API27

To despite the error in my code i downloaded and run the Invite project from Firebase quickstart-android and run it on 2 physical androids. When running on API 21 i get the IDs of the sent invites. When running on API 27 the Invite activity returns…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
1
vote
1 answer

Error receiving broadcast Intent { act=com.google.android.gms.appinvite.intent.action.INVITE_SENT

I am getting this error on a physical device (Samsung SM-J710F) running Android API 27. The same code works well on a physical device running API 21. I use this Kotlin code from Firebase documentation to test: private fun onClick() { val intent…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
1
vote
1 answer

Android - Firebase invites returns error - Resultcode 0 - Emails sent SMS not sent

In my nativescript-angular app, I am using the nativescript-plugin-firebase to implement firebase invites. I have setup both the SHA 1 and SHA 256 in the firebase console I have used the boilerplate code shared in READ.ME to test the invites (see…
Anurag
  • 84
  • 3
  • 17
1
vote
1 answer

Unity3D + Firebase Invites, email works, sms fails

I am unable to get SMS to work for Firebase invites. Currently, when I use the invite function, it opens my contact list in my phone, I can select a user email address, alter my message if I want and then send. This works. If I select a phone…
DKinnison
  • 355
  • 1
  • 3
  • 16
1
vote
1 answer

Firebase Invites on iOS - how to get invite from universal link?

I'm walking through the Firebase Invite setup to send and receive invites in my iOS app. However, it seems like the Invites function they use to retrieve an invite from a URL, Invites.handleUniversalLink(url), is no longer available. I get an error…
1
vote
0 answers

AppInvite - get email or mobile number to whom invitation sent

I am using app invite in my code. When user invite to other user, I am rewarding app user with some points. So here the problem is that, in response after invitation I am getting ids and those ids are always unique even I send invitation to same…
Smeet
  • 4,036
  • 1
  • 36
  • 47
1
vote
0 answers

Firebase invite failling when sending emails

My app started to fail sending invitations. The invitation screen popups and when the sender press send to send emails to the selected contacts it receive the error Message Failed to send I try everything i could remember, checking connection,…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169