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

The docs of firebase-app-indexing are silent on Flutter implementation

Is it just a matter of following the android and iOS settings or are there ways to make it a bit easier for those who are building apps in Flutter? An example of a Flutter implementation of firebase-app-indexing would be fantastic.
Vlad
  • 465
  • 7
  • 26
2
votes
0 answers

What's the use of Firebase Personal Content Indexing?

I go through the firebase app indexing android document but it's not quite clear for me that what's the use of Firebase Personal content indexing. What's the use-case to index personal contents? I've to log user action if I want to show application…
sam_k
  • 5,983
  • 14
  • 76
  • 110
2
votes
1 answer

Possible to use Firebase App indexing for PWA stickers?

I am looking to build a digital sticker purchase app and use Firebase App indexing to make those stickers available in Gboard (as per https://android-developers.googleblog.com/2017/09/create-stickers-for-gboard-on-google.html). However, rather than…
2
votes
0 answers

Firebase App Indexing not showing App in search results for users that don't have this app

In documentation for Firebase App Indexing they say that App will be displayed also for users that don't have this app installed. New users see an install card for your app in Search results when relevant queries trigger. or from here The…
Rafael
  • 6,091
  • 5
  • 54
  • 79
2
votes
1 answer

Is it possible to link from 2 different domains to the same app using dynamic links?

I have 2 domains and one single app but would link from both domains to app-pages via Deep-Links. Is it possible to link from e. g. both static.domain.com and content.domain.com into the same app with dynamic links? Thanks in advance :)
2
votes
0 answers

Android Firebase App Indexing Personal Content not working on tablet

I have implemented Android Firebase App Indexing Personal Content in my app. I am indexing articles for easy search from Google Search Assistant. It works fine with Phones[tested on Samsung S7 Edge & S8] but does not show up the results in any…
2
votes
0 answers

Does an onboarding/warm welcome screen affect Firebase app indexing content mismatch

Following the material design guidelines, our app has an onboarding/warm welcome screen when the user first launches it: https://material.io/guidelines/growth-communications/onboarding.html#. When implementing Firebase app indexing, our app handles…
a k
  • 21
  • 2
2
votes
0 answers

Firebase App Indexing Test always fails

When using the implementation test from https://firebase.google.com/docs/app-indexing/ios/test I always get the following error: ERROR:Google did not find App content associated with the URL. I made sure that universal links work (i.e. open the app…
benrudhart
  • 1,406
  • 2
  • 13
  • 25
2
votes
1 answer

Why did crawling errors regarding App Indexing increase instantly?

we experienced an instant app indexing error increase from 0 to more than 100k. We cannot explain the spontaneous increase of errors especially cause each error refers to the HTTP schema of deep links that we do not support at all. We have…
falkse
  • 85
  • 1
  • 5
2
votes
1 answer

Certain queries regarding Firebase App indexing

As I'm planning to integrate firebase app indexing for my android app, I am just concern about certain queries : Is firebase app indexing is HIPAA compliance? I don't have a website,So is it possible to have app indexing without having a…
1
vote
1 answer

App custom sticker not appearing in Gboard 10.6

On Latest Gboard 10.6 i am unable to see my app sticker where this is working with older version. What might be the core issue for why the stickers aren't showing up in Gboard on physical devices? Even though i tried with…
1
vote
1 answer

Is FireBase App indexing possible in flutter app

Is there any way to implement firebase app indexing in flutter app.
Mr Random
  • 1,992
  • 7
  • 20
1
vote
1 answer

How can I verify App Indexing Implementation?

I've integrated the App Indexing as explained here. In my implementation, I've just indexed public content like this: Indexable pageToIndex = new Indexable.Builder() .setName("some title") .setUrl("some url") …
1
vote
1 answer

Unable to call method FirebaseApp.delete()

I'm trying to remove the secondaryApp code as I wanted to prevent the function firebaseAuth.createUserWithEmailAndPassword(email,password) to automatically sign in after user creation I've referenced the code below: FirebaseOptions.Builder fbo =…
1
vote
0 answers

Is App indexing possible in react native android app?

Firebase App Indexing gets your app into Google Search. is there any way to implement firebase app indexing in react native app ?
Mukund Kumar
  • 21,413
  • 18
  • 59
  • 79