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
27
votes
2 answers

Firebase invites says invitation sent but has not been received

I've trying to send invitations with Firebase Invites. When select an email from a contact, Firebase says that has sent the invitation, but the email is never received. On the console the SHA1 certicates are configurated. The errorcode returned is…
mabg
  • 1,894
  • 21
  • 28
15
votes
1 answer

Not getting Firebase Dynamic Link of users that download app from Playstore

There are 2 cases in Playstore App Normal Installation (Playstore shows OPEN Button) Installation from Dynamic Link (Playstore shows CONTINUE Button) Test Case: Download app from Firebase dynamic link, After installation Playstore will show…
shanraisshan
  • 3,521
  • 2
  • 21
  • 44
14
votes
4 answers

How do you test a firebase invite?

How do you test a dynamic link or invite? Is there an adb command that can be ran, and how would that link be generated. I've tried (with different variations) adb shell am start -W -a android.intent.action.VIEW -d…
Brandon
  • 2,034
  • 20
  • 25
12
votes
1 answer

Firebase Invites for React Native

We are currently using Firestack on a React Native project which is great, however we also need the features available via Firebase's "Invites" capability. Is anyone aware of a React Native module (eg on github) for Firebase Invites, iOS and…
ajonno
  • 2,140
  • 4
  • 20
  • 33
11
votes
1 answer

Firebase Invite used with Facebook login

Is there a way to use Firebase Invites SDK in iOS without using a Google Account? Would like to use Facebook login or even better the Firebase Auth. Any help would be much appreciated!
Filip Nielsen
  • 143
  • 1
  • 6
10
votes
4 answers

App Invite configuration failed Firebase iOS cocoapods

I got a build error with this in it while trying out the new version of firebase *** Terminating app due to uncaught exception 'com.firebase.appinvite', reason: 'App Invite configuration failed.'
jonmecer
  • 611
  • 6
  • 15
9
votes
1 answer

How do I track firebase-invites on firebase-analytics?

When I setup firebase-invite and send succesful request to my friends how can I track the total and converted invitations. I see it on a firebase video but couldn't find any technical info for that. As far as I see on firebase-analytics it is not…
Baris
  • 797
  • 2
  • 10
  • 15
8
votes
1 answer

Set target mail address in Firebase Invites

I am planning to use Firebase invites in order for my app users to reach out (and invite to my app) persons that he/she has added to his administration within the app. I already have the mail addresses of these targeted persons, so I would like to…
Peter
  • 10,910
  • 3
  • 35
  • 68
7
votes
3 answers

Firebase Invitations Error - Link not working

I'm trying to get Firebase invitations working. I've followed the instructions here. The code that fires off the invitation process is as follows AppInviteInvitation.IntentBuilder intentBuilder = new…
Will Calderwood
  • 4,393
  • 3
  • 39
  • 64
6
votes
2 answers

Firebase invites - facebook and twitter options

I have Firebase invites working with email and SMS just fine. I'm clueless when it comes to sharing via Facebook or twitter however. What are my options for sharing data with invites to facebook via Firebase? I can't find any info on this…
Mike
  • 609
  • 12
  • 36
6
votes
2 answers

Pass multiple params via Firebase Dynamic links Android

I've used Firebase Dynamics link and it can open my app, go to play store or go to an URL. But when I pass some parameters through link, I can only get first parameter. Here's my dynamic…
maphongba008
  • 2,114
  • 4
  • 20
  • 33
6
votes
1 answer

Firebase Invites sends Emails but not SMS. Returns resultCode 0

I am trying to implement an App Invite system in my Android app with Firebase. The code is exactly as that given in their guide. private void onInviteClicked() { Intent intent = new AppInviteInvitation.IntentBuilder("Title here") …
Sumod Kulkarni
  • 290
  • 3
  • 4
  • 9
6
votes
2 answers

App invites using Firebase not working

Developing an App which has Firebase as backend. Currently, was stuck while implementing Firebase App Invite . Just looking to send invites ( not currently trying to implement the clicking of the dynamic link by the installed new user) but the…
user2695433
  • 2,013
  • 4
  • 25
  • 44
6
votes
1 answer

Firebase App Invite - invitations not sent

I implemented Firebase App Invite in my application, I can select friends to invite, but the invitations are not sent. In onActivityResult the resultCode is 3. In my Firebase Project Settings I have already entered SHA1 code (release and debug…
Ettore Gallina
  • 435
  • 1
  • 3
  • 16
6
votes
0 answers

How to know if invitee is installing the app first time by clicking on app invite link

After getting app invite, invitee clicks on link. Based on app already installed or not, he will be directed to app store and finally come to Actiity which handles AppInite link. My deep link look like this: http://example.com/app-invite/ Where…
Devesh Agrawal
  • 8,982
  • 16
  • 82
  • 131
1
2 3 4 5 6 7 8