Skip to content

Commit 2cbf5b8

Browse files
authored
delete dynamiclinks quickstart app (#2708)
1 parent 5e17057 commit 2cbf5b8

File tree

35 files changed

+0
-1265
lines changed

35 files changed

+0
-1265
lines changed

copy_mock_google_services_json.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ cp mock-google-services.json config/app/google-services.json
1313
cp mock-google-services.json crash/app/google-services.json
1414
cp mock-google-services.json database/app/google-services.json
1515
cp mock-google-services.json dataconnect/app/google-services.json
16-
cp mock-google-services.json dynamiclinks/app/google-services.json
1716
cp mock-google-services.json firebase-ai/app/google-services.json
1817
cp mock-google-services.json firestore/app/google-services.json
1918
cp mock-google-services.json functions/app/google-services.json

dynamiclinks/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

dynamiclinks/README.md

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,3 @@ Firebase Dynamic Links Quickstart
66
>
77
> Please see our [Dynamic Links Deprecation FAQ documentation](https://firebase.google.com/support/dynamic-links-faq) for more guidance.
88
9-
Introduction
10-
------------
11-
12-
- [Read more about Firebase Dynamic Links](https://firebase.google.com/docs/dynamic-links)
13-
14-
Getting Started
15-
---------------
16-
17-
- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
18-
- Follow the [quickstart guide](https://firebase.google.com/docs/android/setup) to set up your project.
19-
- Configure the sample:
20-
- Replace the `app_code` value in `app/build.gradle` with your personal
21-
[app code](https://firebase.google.com/docs/dynamic-links/android/create#set-up-firebase-and-the-dynamic-links-sdk).
22-
- Replace the **applicationId** in `app/build.gradle` with the package name that matches your app code.
23-
- Run the sample on your Android device or emulator.
24-
- Using the sample:
25-
- When the application is started, a deep link will be generated using your app code.
26-
- Click **Share**
27-
to share this deep link to another application.
28-
- The application checks if it was launched from a deep link. If so, the link data will be displayed under the **Receive** heading.
29-
- Try sharing the deep link from the application and use that deep link to re-launch the application.
30-
31-
Result
32-
-----------
33-
<img src="app/src/screen.png" height="534" width="300"/>
34-
35-
Support
36-
-------
37-
38-
- [Stack Overflow](https://stackoverflow.com/questions/tagged/firebase-dynamic-links)
39-
- [Firebase Support](https://firebase.google.com/support/)
40-
41-
License
42-
-------
43-
44-
Copyright 2016 Google, Inc.
45-
46-
Licensed to the Apache Software Foundation (ASF) under one or more contributor
47-
license agreements. See the NOTICE file distributed with this work for
48-
additional information regarding copyright ownership. The ASF licenses this
49-
file to you under the Apache License, Version 2.0 (the "License"); you may not
50-
use this file except in compliance with the License. You may obtain a copy of
51-
the License at
52-
53-
http://www.apache.org/licenses/LICENSE-2.0
54-
55-
Unless required by applicable law or agreed to in writing, software
56-
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
57-
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
58-
License for the specific language governing permissions and limitations under
59-
the License.

dynamiclinks/app/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

dynamiclinks/app/build.gradle.kts

Lines changed: 0 additions & 78 deletions
This file was deleted.

dynamiclinks/app/proguard-rules.pro

Lines changed: 0 additions & 20 deletions
This file was deleted.

dynamiclinks/app/src/androidTest/java/com/google/firebase/quickstart/deeplinks/MainActivityTest.java

Lines changed: 0 additions & 54 deletions
This file was deleted.

dynamiclinks/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 47 deletions
This file was deleted.

dynamiclinks/app/src/main/java/com/google/firebase/quickstart/deeplinks/EntryChoiceActivity.kt

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)