Can you query Firebase App Indexing personal content?
Asked Answered
D

1

8

I have an app that implements Firebase App Indexing. It also has its own full text search implementation. Google's is obviously better, and I'd love to kill the one I'm using in favor of theirs. Is it possible to query Firebase App Indexing for my own app's personal content? I do not need/want any other app's content, only my own.

Dappled answered 27/6, 2017 at 15:33 Comment(2)
This sounds a lot to me like Firebase Personal Content Indexing (firebase.google.com/docs/app-indexing/android/personal-content), which is part of the Firebase App Indexing. I understand you want to access the results directly from within your app?Gere
Yes. It seems silly to be feeding Google's full text search and then having my own crappy one in my app. Much nicer if I could query their''s.Dappled
L
0

It isn't possible to query the personal content indexing database. That's a great feature request though - you can file them directly through the Firebase support portal: https://firebase.google.com/support/contact/bugs-features/

Lole answered 21/7, 2017 at 23:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.