Skip to content

Commit 7147f60

Browse files
authored
refactor: deprecate app indexing (#1334)
* deprecate app indexing * remove app indexing from ci build script
1 parent 14b5e47 commit 7147f60

39 files changed

+2
-1720
lines changed

app-indexing/README.md

+2-43
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,7 @@
11
Firebase App Indexing Quickstart
22
==============================
33

4-
The Firebase App Indexing Android quickstart demonstrates how to get your app to be found in Google Search.
4+
Firebase App Indexing is no longer the recommended way of indexing content for display as suggested results in Google Search App.
55

6-
Introduction
7-
------------
6+
Please check the [App Indexing Documentation](https://firebase.google.com/docs/app-indexing) for more details.
87

9-
- [Read more about Firebase App Indexing](https://firebase.google.com/docs/app-indexing/)
10-
11-
Getting Started
12-
---------------
13-
14-
- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
15-
- Open the App Indexing project in Android Studio.
16-
- Run the sample on your Android device or emulator by issuing the following command using **adb** tool:
17-
`adb shell am start -a android.intent.action.VIEW -d "https://www.example.com/articles/test" com.google.samples.quickstart.appindexing`
18-
- Use ADD STICKERS and CLEAR STICKERS buttons to add and remove stickers from the index.
19-
20-
Result
21-
-----------
22-
<img src="app/src/screen.png" height="534" width="300"/>
23-
24-
Support
25-
-------
26-
27-
- [Stack Overflow](https://stackoverflow.com/questions/tagged/android-app-indexing)
28-
- [Firebase Support](https://firebase.google.com/support/)
29-
30-
License
31-
-------
32-
33-
Copyright 2018 Google, Inc.
34-
35-
Licensed to the Apache Software Foundation (ASF) under one or more contributor
36-
license agreements. See the NOTICE file distributed with this work for
37-
additional information regarding copyright ownership. The ASF licenses this
38-
file to you under the Apache License, Version 2.0 (the "License"); you may not
39-
use this file except in compliance with the License. You may obtain a copy of
40-
the License at
41-
42-
http://www.apache.org/licenses/LICENSE-2.0
43-
44-
Unless required by applicable law or agreed to in writing, software
45-
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
46-
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
47-
License for the specific language governing permissions and limitations under
48-
the License.

app-indexing/app/.gitignore

-1
This file was deleted.

app-indexing/app/build.gradle

-47
This file was deleted.

app-indexing/app/proguard-rules.pro

-20
This file was deleted.

app-indexing/app/src/androidTest/java/com/google/samples/quickstart/appindexing/MainActivityTest.java

-55
This file was deleted.

app-indexing/app/src/androidTest/java/com/google/samples/quickstart/appindexing/kotlin/MainActivityTest.kt

-34
This file was deleted.

app-indexing/app/src/main/AndroidManifest.xml

-119
This file was deleted.

app-indexing/app/src/main/java/com/google/samples/quickstart/appindexing/EntryChoiceActivity.kt

-22
This file was deleted.

app-indexing/app/src/main/java/com/google/samples/quickstart/appindexing/java/AppIndexingService.java

-33
This file was deleted.

0 commit comments

Comments
 (0)