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
0
votes
1 answer

Firebase invite API SnackBar

I am using the Firebase Invite API which is working pretty good. But the SnackBar telling me that the invitation has been sent is hiding my floating action button. Is there a way to make the FAB move up when the SnackBar gets poped up?
DeKekem
  • 589
  • 10
  • 20
0
votes
1 answer

Android Firebase Invites app description not localized

The app description included to the invitation email automatically is not localized. Looks like independently on a device, account language an app description included to an email is in English. Am I doing something wrong? Shouldn't it be localized…
andrews
  • 41
  • 5
0
votes
1 answer

Google+ Firebase Invites iOS9

Firebase integration document for G+ Invites says: FIRInvites *appInviteDialog = [FIRInvites inviteDialog]; [appInviteDialog setInviteDelegate:self]; Object for FIRInvites gets created but the methods of this class cant be accessed. I'm getting…
Mugdha
  • 5
  • 5
0
votes
1 answer

using Google new People Api ,How can i retrieve only people connections that are using my app (my app users only)

I know i can use the People API to retrieve people connection ListConnectionsResponse response = peopleService.people().connections().list("people/me").execute(); List connections = response.getConnections(); just as it is explain here…
Jude Ben
  • 7
  • 6
0
votes
0 answers

How to disable default App Chooser in Firebase Invites

I am working with the sample code here to integrate Firebase Invites into my app: https://github.com/firebase/quickstart-android/tree/master/invites The sample works as expected, when I click on the Invite button, I receive a screen where I can…
Kenneth Browning
  • 1,360
  • 1
  • 13
  • 22
0
votes
2 answers

Firebase app invite crashing on swift ios

I've added firebase app invites in my swift based iOS application. I have followed this complete instructions however, it has been crashing on invite.open() line while showing invite dialog. The error is: Terminating app due to uncaught exception…
BoxAndBirdie
  • 227
  • 1
  • 7
0
votes
1 answer

How to send user information through Dynamic Links via Firebase Invites

I am trying to implement Firebase Invites feature in my app. Main logic is that the user select his/her friends in the contacts list and they will send invitation via Firebase Invites to achive this i want to send some peace of information about the…
ilvcs
  • 103
  • 1
  • 17
0
votes
1 answer

Handling Firebase invite from continueUserActivity method

I am trying to handle the firebase invites when using universal links. When a user clicks on the invitation link, from the e-mail for example, the method below is called. How to get the invitation from the url? @available(iOS 8.0, *) func…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
0
votes
1 answer

Firebase App Invite stop working with Dexguard

My app works fine. But in preparation to go to production, I applied Dexguard. With Dexguard Firebase AppInvite no longer works. When I send an invite, I get by the snackbar Message failed to send! How do I make Firebase App Invite work with…
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199
0
votes
1 answer

Migration needed for Google App Invites to Firebase Invites?

Seems Google App Invites are now Firebase Invites. I've been using the beta App Invites. Is there a significant difference, and is there any migration needed?
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
-1
votes
1 answer

branch.io invite and redeem

everything is working fine But on redeem click. The credit is not decreasing! I'm using this method in a fragment! redimbetn.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { …
-2
votes
2 answers

Where is declared FirebaseAppInvite?

When I use this code: import com.google.firebase.appinvite; FirebaseAppInvite invite = FirebaseAppInvite.getInvitation(data); I find this error: error: cannot find symbol FirebaseAppInvite invite FirebaseAppInvite.getInvitation(data); symbol:…
zeus
  • 12,173
  • 9
  • 63
  • 184
-2
votes
1 answer

SendInviteResult - invalid use of incomplete type 'class firebase::Future'

On C++, how to send an invite? firebase::invites::InvitesSender *sender = new firebase::invites::InvitesSender(*_app); sender->SetTitleText("Invite Friends"); sender->SetMessageText("Try my app today, and get 200 free…
mabg
  • 1,894
  • 21
  • 28
1 2 3 4 5 6 7
8