Questions tagged [firebase-app-indexing]

**DEPRECATED** Firebase App Indexing is no longer the recommended way of indexing content for display as suggested results in Google Search App. Click the tag to see a list of alternatives.

About Firebase App Indexing

Firebase App Indexing was a component of the Firebase suite of tools for cross-platform application development.

Android

Caution: The Google Search App for Android no longer uses local content indexed via Firebase App Indexing to provide results to users.

Android App Links are the recommended way of linking users directly from search results, websites and other apps to specific content within your app.

You may also be interested in:

  • App Search - high-performance on-device search
  • App Actions - let users launch and control Android apps with their voice, using Google Assistant.
  • Android Shortcuts - provide users with quick methods to perform an action or access content in your app.

iOS

Universal Links are the recommended way of linking users directly from search results, websites and other apps to specific content within your app.

Related tags

66 questions
0
votes
2 answers

Indexable sticker/s callback

I am using Firebase AppIndexing for stickers. My problem is I want to add analytics on each sticker so I can create ranking system.(most used/tapped stickers, unused stickers). Is it possible to keep track each stickers like onclick(callbacks) on…
0
votes
1 answer

Branch.io: Indexing of app dynamic content not having website

We wanted to index our app contents (dynamic) in search engines and don't have web application. I got to know about branch Firebase App Indexing feature which seems to be perfect match for us however I am unable to understand following even after…
0
votes
1 answer

Crawl status saying it can't find any pages to index in my android app

Although I followed the below guide on my app (up to 7th step because I'm not interested in personal contents or on-device indexing): Firebase appIndexing tutorial And connected my app to firebase consol. Also verified steps against "Get Started"…
0
votes
1 answer

In-App-Indexing not working on Android 4?

I've followed the documentation for In-App-Indexing by uploading a assetlinks.json to https://mycompany.com/.well-known/assetlinks.json adding com.google.firebase:firebase-appindexing:11.6.0 as a dependency and adding to the Manifest of my…
fweigl
  • 21,278
  • 20
  • 114
  • 205
0
votes
1 answer

My Firebase On-device indexing is not working

I am following the Codelab tutorial on firebase of the FriendlyChat app. I have reached the Indexing section. I have implemented the code as required but I do not see the app indexing work when I search google on the emulator. Here is the manifest…
Laban Bwire
  • 81
  • 2
  • 7
0
votes
1 answer

Issues with Firebase Performance Monitoring and App Indexing

I'm using some pods of Firebase SDK in my project; actually I'm using Firebase App Indexing also I need to use Firebase Performance Monitoring framework but when I'm installing it (I'm using Cocoa Pods 1.2.0) the logs shows me this: Specs…
0
votes
1 answer

Xamarin iOS Universal Links - can not set checkbox Enable Associated Domains

In Xamarin iOS, I am using the Google App Indexing component. I have gone through all the prerequisites but am having this issue with the Entitlements: When I open the Entitlements.plist in Xamarin, and click on the "Enable Associated Domains"…
0
votes
1 answer

Firebase.AppIndexing and Firebase.Analytics conflict in Xamarin.Android

When I install both Xamarin.Firebase.AppIndexing and Xamarin.Firebase.Analytics in my Xamain.Andriod project, the build is always failed. The build output C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(2068,3): …
0
votes
1 answer

Android Firebase launch URL waiting for debugger to attach

I am trying to implement firebase indexing for my android app and when I try to launch an URL, the debugger fails to attach and the log files does not tell me anything directly I'm trying to follow this tutorial…
Killesk
  • 2,734
  • 3
  • 22
  • 29
0
votes
1 answer

Using of Firebase App Indexing and Dynamic Links for my use-case

I want to use App Indexing and Firebase Dynamic Links in my app. Is it possible to set these services to work in the following way: App Indexing shows link to my app in Google Search results regardless the fact an app installed on users…
0
votes
1 answer

How to implement app indexing with library project?

I'm trying to implement app indexing for one of my apps, but I'm not quite sure what I should return as the appUri for the app indexing Action. Let's say I have a the package name com.example.myapp and the webUri http://example.com/some/path. As I…
0
votes
1 answer

android app content firebase indexing

I want to show my app content in Mobile app of Google Search whenever user search in google app.so that my app can shows in list with my app content.. in other words i am looking for enable personal content firebase indexing .. i went through lot…
0
votes
1 answer

Firebase App Indexing Android Search Result

I have implemented all the steps that are mentioned on this link: Firebase App Indexing Start. All the test your implementation steps mentioned in above are working fine. My app is also searchable in Google App ScreenShot. I have cross checked back…
0
votes
1 answer

Why am I getting URI Unsupported

I'm using "Fetch as Google" to test deep linking into my Android app. I uploaded an APK and tried a url. You can see the url in the image. I'm 100% sure that the first redacted section of the url matches the android:host in the manifest. Is this…
Darthg8r
  • 12,377
  • 15
  • 63
  • 100
0
votes
1 answer

How does Firebase make App Indexing without web-site?

I make my app for goods ads. I put all products to Firebase. But there is a problem to create goods search. I have not other server than firebase. But queries in firebase for android are too elementary, and my idea was to use Firebase Indexing for…
Serg Burlaka
  • 2,351
  • 24
  • 35