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

google app invite - sms are not sent

I've tried searching for a solution with no luck yet. I am trying to use the google app invite to invite friends to use my app (android). Emails are sent but sms are not. I do not get any error message, in fact I actually get a message that the…
shir
  • 41
  • 7
2
votes
0 answers

Unknown URL scheme on browsers other then Chrome

I am using Firebase dynamic links in my android app to redirect users to either my app or google play store. This is the shortened link https://neibar0.page.link/rkgZJpa61qBHaNeV9 When i try to open the shared link from WhatsApp with a browser other…
2
votes
1 answer

How to make Firebase Invites work on emulator?

I am testing Firebase Invites from an emulator based on tutorial from official site. implementation 'com.google.firebase:firebase-invites:16.0.4' Emulator used: CPU/ABI: Google Play Intel Atom (x86) Target: google_apis_playstore [Google Play] (API…
Martin Rajniak
  • 630
  • 8
  • 26
2
votes
1 answer

onSuccess method not calling in firebase in android

I am trying to creating a dynamic link and when I am trying to debug the code it's calling the callback method addOnSuccessListener but after that it's not calling or we say it's skipping the method onSuccess() and I am not getting any clue why it's…
2
votes
0 answers

How to send an app invite of some another app using Firebase?

I am currently working on a Firebase-Android project which has two modules in it: one for the normal users and second for the Admin. I have added Firebase App invite feature in Admin module. But whenever it sends an invite, link mentioned in the…
2
votes
1 answer

Not able to retrieve datas from Short dynamic link - Firebase

When I create dynamic links which contain UTM parameters and share it, I was able to retrieve the data and encoded queries from the link. But when I try to create a short link of a dynamic link using firebase recommended method, I can only able to…
2
votes
0 answers

Referral Rewards implementation Firebase android studio

I am developing a camera app that uses opencv to image processing. I uses admob to earn money for myself. I want to promote my app using referrals. Since i already using Firebase as the backend to authenticate and as the database i thought to use…
2
votes
2 answers

How firebase-invite sends SMS on Android without SEND_SMS in manifest

I integrated Firebase App Invite in my app as per the doc. https://firebase.google.com/docs/invites/android I would like to know how Firebase sends the SMS without mention of SMS in the manifest. I tested it on my phone, and it did in fact deliver…
androidguy
  • 3,005
  • 2
  • 27
  • 38
2
votes
0 answers

Deploying AppInvite in Android App using Firebase?

I am deploying the AppInvite by Firebase. Everything is working fine except the way it sends the link and all. I saw in other apps like Phonepe & Tez the screen is quite different. In their app, there is picker dialog comes from the bottom rather…
Aman Verma
  • 3,155
  • 7
  • 30
  • 60
2
votes
2 answers

How to track data from android play store if user installed from invite link

I am using Firebase deep-linking for content sharing in my android app and it working perfectly. Now I want to use Firebase App invite to invite friends to download and signup on my app. Now I have some problems. 1) Firebase App invite provides…
Satwinder Singh
  • 627
  • 1
  • 6
  • 23
2
votes
0 answers

DynamicLink class not found in 'com.google.firebase:firebase-invites:10.2.6'

Colleagues, I am trying to implement DynamicLinks in my Android App however after adding compile 'com.google.firebase:firebase-invites:10.2.6' to my app gradle file, the package com.google.firebase.dynamiclinks cannot be resolved. In the Firebase…
2
votes
1 answer

Is there a way to implement firebase invites(SMS) without Google Sign-In for iOS?

According to the firebase documentation, they mentioned that Google Sign-In is required to send invites. I assume they are using Google Sign-In to map with local contacts and display a custom screen for sending invites. Can I just create the custom…
Aark
  • 167
  • 3
  • 9
2
votes
2 answers

iOS: Firebase invite through email not working

I am trying to send the invitation through emails using Firebase. When i select the user and tap on send, i got an alert view saying invitation has been sent successfully. But i am not getting the email to the invitee. Here is my code for sending…
Ankur JAIN
  • 111
  • 8
2
votes
0 answers

How to test Firebase Deep Linking?

So I added a test Firebase deep link, how can I test if this works? I added the SHA-1 for both debug and release keys etc. Then after install If I give this command: $ adb shell am start -W -a android.intent.action.VIEW -d "http://myurl.com"…
breakline
  • 5,776
  • 8
  • 45
  • 84
2
votes
2 answers

Firebase App Invite not working in release build APK

I am working with Firebase app invite for the first time, its working fine with debug build APK, but its not working in release build APK. Do I need to add something in pro-guard? compile 'com.google.firebase:firebase-invites:10.0.1'
user7375352