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
1
vote
3 answers

Could not find com.google.firebase:firebase-invites:15.0.2

I'm trying to update to the 15.x API version of the Firebase products. Somehow the firebase-invites:15.0.2 cannot be found: Could not find com.google.firebase:firebase-invites:15.0.2. Searched in the following locations: …
Peter
  • 10,910
  • 3
  • 35
  • 68
1
vote
1 answer

Change Account Used With Firebase Invites

I've implemented Firebase Invites as described in the documentation and it works fine. I've discovered that if a user has multiple Google accounts then the first time the Intent is invoked, Firebase asks the user to select one of these accounts (if…
N R
  • 333
  • 3
  • 14
1
vote
0 answers

Firebase Invite not working in release apk

I'm using compile 'com.google.firebase:firebase-invites:11.0.0' Firebase invite works only with debug apk. I'd added the SHA-1 key from keystore to Firebase console. I'd tried using the google-service.json with AND without the release SHA but…
runrmrf
  • 71
  • 2
  • 6
1
vote
0 answers

Firebase-Invite Dynamic Link Unity iOS - Dynamic link opens the App, but can't retrieve the content of the link

I've finally succeeded on implementing the dynamic link (manually created and the shortened by the Rest API), that works fine and opens the game when clicked. The thing is, once opened, I can't retrieve anything from it. I've copied the example code…
1
vote
1 answer

Firebase dynamic links, show another activity in action

I try to show another activity in AppInviteApi.getInvitation callback. mGoogleApiClient = new GoogleApiClient.Builder(this) .enableAutoManage(this , this ) .addApi(AppInvite.API) .build(); boolean autoLaunchDeepLink =…
1
vote
0 answers

Firebase Invites with OtherPlatform in iOS return page 404

I added in my Android app the Firebase App Invites. I set properly AppInviteInvitation.IntentBuilder append: .setOtherPlatformsTargetApplication(AppInviteInvitation.IntentBuilder.PlatformMode.PROJECT_PLATFORM_IOS,…
Ettore Gallina
  • 435
  • 1
  • 3
  • 16
1
vote
1 answer

Message/SMS Invite used by Google Firebase Invites. Is it chargeable by Network operator?

I want to understand once an app is integrated with the Google Firebase and we send app invite using SMS / Message. Is it sent over operators network, I mean will it be charged to the invite sender by its network operator or it is sent via some…
Paul Phoenix
  • 1,403
  • 6
  • 19
  • 33
1
vote
0 answers

How can I test firebase invite in iOS?

I am using firebase invite to invite friends using referral code. And I need to know how can I handle the following scenarios in my iOS application. I have followed this guide for Firebase Invite implementation. Case 1: Application not installed on…
Pratik Mistry
  • 2,905
  • 1
  • 22
  • 35
1
vote
1 answer

Get Firebase invite data in onActivityResult()

In Firebase invites, when onActivityResult() is called after sending them out, is it possible to retrieve information about those invites? The only thing I've managed to get are the invite IDs: String[] ids =…
Borja
  • 1,411
  • 11
  • 20
1
vote
3 answers

Firebase Invites "message failed to send"

i have set up and successfully used Firebase dynamic links in my app. i am now trying to include Firebase Invites in the same app. i have followed the setup guide here Firebase Invites setup guide. it works as far as displaying the chooser where i…
Clive Sargeant
  • 622
  • 11
  • 24
1
vote
1 answer

Firebase SMS Invites

I am Using Firebase for integrating App Invitation for Android. I am using SMS only invites. I have been through the firebase docs, and haven't find any method to get mobile nos. of the people whom I have Invited and the invitation has been…
Angad Singh
  • 1,032
  • 1
  • 17
  • 36
1
vote
0 answers

Unable to enable Firebase Invites in iOS on the Firebase console

I have a Firebase project where I'm using Firebase invites. The Android google-services.json correctly shows App Invites as enabled but the iOS GoogleService-Info.plist file shows it as disabled? Is there a way for me to switch it on for iOS in the…
1
vote
2 answers

Can not add Apple client ID to Firebase invites intent on Android

When creating Firebase invite intent I try to add link to iOS app as described in documentation: intent = new AppInviteInvitation.IntentBuilder(context.getString(R.string.invitation_title)) …
tse
  • 5,769
  • 6
  • 38
  • 58
1
vote
2 answers

Customize email msg in firebase app invite

I am working on an app and using firebase app invite so app user can invite their friends using the firebase app invite mechanism. Overall, it seems to work fine but I want to customize the email msg/subject of the invite that gets sent out and…
Abhijit Vaidya
  • 121
  • 2
  • 8
0
votes
1 answer

Invite & gain reward in android studio

I have a question. Can we add a invite button to the mobile app in android studio which on clicking gives referral link of the website instead of the application itself? Can we use firebase dynamic link for this or is it only to refer app itself? I…