Search code examples
firebaseflutterfirebase-app-indexing

Is FireBase App indexing possible in flutter app


Is there any way to implement firebase app indexing in flutter app.


Solution

  • App Indexing is currently not part of the Firebase products that is wrapped in Flutter, nor are there currently plans to wrap it.

    If you want to use App Indexing in Flutter, you'll have to provide a wrapping library yourself.