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

Firebase invites links through mail giving 404 error

I have firebase invites in my app. I send invites through mail and messages for both ios and android plateforms. When i send it through messages, it works fine in both the devices, it opens app in play store in android and app in app store in…
Ankur JAIN
  • 111
  • 8
4
votes
1 answer

Is there a way to reward Firebase Invite senders for having their invites accepted?

I have an app that allows users to invite their friends through Firebase Invites. I'd like to give invite senders rewards, but only if their invitation has been accepted and not just sent. Does Firebase support such functionality and if not, what…
Bartek
  • 1,327
  • 1
  • 11
  • 22
3
votes
1 answer

Firebase Invites: How to send referral code with Firebase Invites

I want to send link with refferal code via Firebase Invites. I know what I can do it with Dynamic Links but don't know how to make it with Invites. Is it possible to change generated by Firebase Invites dynamic link to my custom dynamic link? Also…
Patryk
  • 149
  • 5
3
votes
0 answers

Firebase auth web invite to collaborate

I am using Firebase Auth for web and Firebase Realtime database to create a simple application to share text notes. Users can sign up using email/password or Google/Facebook (federated identity management). I am trying to understand if Firebase…
3
votes
1 answer

Unity Firebase Invites throws exception ApplicationException: internal::IsInitialized()

I'm trying to add Firebase Invites to my Unity game. I've followed all the tutorial steps and have set up seems like everything. But when I try to run the code from tutorial to send an invite, I'm getting an exception: ApplicationException:…
3
votes
2 answers

Firebase Dynamic Link ShortUrl not working in Android

I am unable to create ShortDynamicLink using the Android Firebase Invite SDK. I can create long DynamicLink fine but it keeps failing to create ShortDynamic link, always giving an error message of Bad Request. Here is the code: private void…
Val Okafor
  • 3,371
  • 13
  • 47
  • 72
3
votes
0 answers

Firebase Invites contact List

The documentation of Firebase Invite https://firebase.google.com/docs/invites/ says that "The share screen's contact list is populated from the user's Google Contacts and the contacts stored locally on the device.". In my app that i'm developing i…
3
votes
0 answers

Tracking a runtime created, Firebase Dynamic Link, with a dynamic parameter

I'm using Firebase Dynamic Links to share an item with a unique id. The problem is that this is a link created in runtime and can't be track in the Firebase dashboard. The question is, can i add it to dashboard or create a new one in the dashboard…
Shirane85
  • 2,255
  • 1
  • 26
  • 38
3
votes
1 answer

Firebase Invite is unable to send email

I have followed the example at https://firebase.google.com/docs/invites/android for firebase invite and written an app which is able to send invites with SMS without any problem. The same fails to send any email .I am not getting error in…
user2746732
  • 119
  • 1
  • 9
3
votes
0 answers

Firebase Invites to Custom Apps

I have gone through the firebase invites documentation and implemented the parts I needed on my apps. However I found out that I am limited to sending invites by email/sms. This somehow limits the potential of sending invites to only people who are…
Michele La Ferla
  • 6,775
  • 11
  • 53
  • 79
3
votes
1 answer

Image in Firebase app invite email HTML content

I am trying to add background image to a in email HTML content for a Firebase app invite but when I preview the email ,when shown a Activity to select from Google Contacts, the image is not loading in the preview and also email is being received by…
Rishab Jaiswal
  • 349
  • 3
  • 19
3
votes
1 answer

Firebase Appinvites return with resultCode 3

I want to try out app-invites from firebase - unfortunately onActivityResult reports back with onActivityResult 3. Using only the code from this documentation: https://firebase.google.com/docs/invites/android I get: requestCode=101,…
ligi
  • 39,001
  • 44
  • 144
  • 244
3
votes
2 answers

Check if Firebase invite led to the Play Store

When using Firebase invites and accessing the dynamic links at the startup of the app on Android, is there a way to know whether the user just installed the app thanks to the invite or whether it was already installed? Many thanks, Borja
Borja
  • 1,411
  • 11
  • 20
3
votes
1 answer

Firebase Invite plugin for Ionic/Cordova

Is there any Cordova plugin available to use Firebase Invite in Ionic apps? Found this plugin for Firebase @ https://github.com/arnesson/cordova-plugin-firebase But its not supporting Invites yet.
saiy2k
  • 1,852
  • 1
  • 23
  • 42
3
votes
1 answer

Firebase Invite for web application

so far I have seen only iOS and Android. Could we use this Firebase feature of invite in a web application? Thank you