@@ -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.
0 commit comments