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
1 answer

Firebase App Indexing test Failing while Firebase API is called

Please view the above image. I am using the Firebase App Indexing test for my Android app. I have followed the official App Indexing tutorial, but still, I am getting this error. Things I have done: Implemented Firebase App Indexing API in…
0
votes
1 answer

Firebase App indexing

As I'm planning to integrate firebase app indexing for my android app, I am just concern about one question : Is firebase app indexing is HIPAA compliance? I have googled about it but haven't received any useful information regarding this.Please…
rahul sharma
  • 149
  • 1
  • 2
  • 11
0
votes
1 answer

Firebase Application Indexing applicable to my product

I have call recording application which simply record calls and manage those recording. That's all. Is application indexing applicable to my product as deep link means the application handles the url but what should I handle in my application ?
Ehsan Haq
  • 1
  • 1
0
votes
1 answer

App indexing on iOS: How is Firebase App Indexing different from Mark Up Web Content

I was reading about app indexing for iOS, First thing I found was Firebase App Indexing, which is pretty straight forward. Then I came across Mark Up Web Content, how is this different from Google's. If I have to do app indexing for my app should I…
-1
votes
1 answer

App Indexing through mobile application

I have used this Firebase Tutorial URL for integrating App Indexing in my Android and iOS application. I reviewed the sample application provided and it is working fine, but when…
-1
votes
1 answer

Removing indexed data using android app indexing(Do not show indexed data in google search results)

I am able to display the indexed content on default google search results(auto complete) by using "AppIndex.AppIndexApi.start(mGoogleApiClient, indexAction);" but after that I decided to remove the some of the indexed content from google search…
1 2 3 4
5