firebase-invites

How to make Firebase Invites work on emulator?

◇◆丶佛笑我妖孽 提交于 2020-01-04 13:06:35
问题 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 level 28) Skin: pixel_2 I try to call activity for result like this. private void onInviteClicked() { Intent intent = new AppInviteInvitation.IntentBuilder(getString(R.string.invitation_title)) .setMessage(getString(R.string.invitation_message))

How to make Firebase Invites work on emulator?

拟墨画扇 提交于 2020-01-04 13:06:04
问题 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 level 28) Skin: pixel_2 I try to call activity for result like this. private void onInviteClicked() { Intent intent = new AppInviteInvitation.IntentBuilder(getString(R.string.invitation_title)) .setMessage(getString(R.string.invitation_message))

Firebase Dynamic Link ShortUrl not working in Android

杀马特。学长 韩版系。学妹 提交于 2020-01-04 01:29:07
问题 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 sendInvite(String uid, final String displayName){ String link = "https://appdomain.com/?invitedby=" + uid; com.google.android.gms.tasks.Task<ShortDynamicLink> shortLinkTask = FirebaseDynamicLinks.getInstance().createDynamicLink() .setLink(Uri.parse(link))

Check if Firebase invite led to the Play Store

别来无恙 提交于 2020-01-02 07:48:12
问题 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 回答1: EDIT: Thanks to Catalin Morosan for the answer It turns out that you can find this out using method AppInviteReferral.isOpenedFromPlayStore(result.getInvitationIntent()) . In the activity that runs when you click on the invitation: // Create an auto

Firebase invites says invitation sent but has not been received

别等时光非礼了梦想. 提交于 2020-01-01 07:42:05
问题 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 always RESULT_OK and the number of invitations returned from AppInviteInvitation.getInvitationIds is correct. The SDK is updated on gradle with the latest version, 10.0.1, like explained on the documentation. The code that creates the invitation is:

App invites using Firebase not working

左心房为你撑大大i 提交于 2020-01-01 05:15:08
问题 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 onActivityResult returns wrong result_code Steps followed Integrated FireBase SDK and authenticating successfully. Enabled Firebase Dynamic link and referred in the app Clicking on the invite button shows the inbuilt Firebase Activity with option to

Firebase Invite for Beta App (Google Play Store Beta and iOS Testlfight)

橙三吉。 提交于 2019-12-25 09:46:26
问题 Does Firebase Invitie Dynamic Links / Referal Links work for Google Play Store Beta Apps and/or for iOS Testflight Apps? Our game app is currently in Beta and we're about to add a referal system. 回答1: Firebase Invites is powered by the same backend as Firebase Dynamic Links, but there are differences. Most relevant here: Firebase Invites do not supports most link behavior parameters that Firebase Dynamic Links do. Below information about Firebase Dynamic Links. Firebase Dynamic Links on iOS

Firebase App Invite not working in release build APK

不羁岁月 提交于 2019-12-21 06:18:22
问题 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' 回答1: You have to update SHA1 fingerprint from firebase console. Instead of using SHA1 of debug.keystore you should use SHA1 fingerprint of your release keystore. Command line: keytool -exportcert -alias YOUR-KEY-ALIAS -keystore PATH-TO-YOUR-RELEASE-KEYSTORE

Firebase App Invite not working in release build APK

落花浮王杯 提交于 2019-12-21 06:18:14
问题 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' 回答1: You have to update SHA1 fingerprint from firebase console. Instead of using SHA1 of debug.keystore you should use SHA1 fingerprint of your release keystore. Command line: keytool -exportcert -alias YOUR-KEY-ALIAS -keystore PATH-TO-YOUR-RELEASE-KEYSTORE

App Invite configuration failed Firebase iOS cocoapods

断了今生、忘了曾经 提交于 2019-12-20 19:48:33
问题 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.' 回答1: Click on your project Navigate to Info tab Scroll down you will see the URL Types Click the + button and add your bundleID to URL Schemes Click the + button again and add your REVERSED_CLIENT_ID to URL Schemes . This can be found in your GoogleService-Info.plist Finally your URL types should