Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion copy_mock_google_services_json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ cp mock-google-services.json config/app/google-services.json
cp mock-google-services.json crash/app/google-services.json
cp mock-google-services.json database/app/google-services.json
cp mock-google-services.json dataconnect/app/google-services.json
cp mock-google-services.json dynamiclinks/app/google-services.json
cp mock-google-services.json firebase-ai/app/google-services.json
cp mock-google-services.json firestore/app/google-services.json
cp mock-google-services.json functions/app/google-services.json
Expand Down
9 changes: 0 additions & 9 deletions dynamiclinks/.gitignore

This file was deleted.

51 changes: 0 additions & 51 deletions dynamiclinks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,54 +6,3 @@ Firebase Dynamic Links Quickstart
>
> Please see our [Dynamic Links Deprecation FAQ documentation](https://firebase.google.com/support/dynamic-links-faq) for more guidance.

Introduction
------------

- [Read more about Firebase Dynamic Links](https://firebase.google.com/docs/dynamic-links)

Getting Started
---------------

- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
- Follow the [quickstart guide](https://firebase.google.com/docs/android/setup) to set up your project.
- Configure the sample:
- Replace the `app_code` value in `app/build.gradle` with your personal
[app code](https://firebase.google.com/docs/dynamic-links/android/create#set-up-firebase-and-the-dynamic-links-sdk).
- Replace the **applicationId** in `app/build.gradle` with the package name that matches your app code.
- Run the sample on your Android device or emulator.
- Using the sample:
- When the application is started, a deep link will be generated using your app code.
- Click **Share**
to share this deep link to another application.
- The application checks if it was launched from a deep link. If so, the link data will be displayed under the **Receive** heading.
- Try sharing the deep link from the application and use that deep link to re-launch the application.

Result
-----------
<img src="app/src/screen.png" height="534" width="300"/>

Support
-------

- [Stack Overflow](https://stackoverflow.com/questions/tagged/firebase-dynamic-links)
- [Firebase Support](https://firebase.google.com/support/)

License
-------

Copyright 2016 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
1 change: 0 additions & 1 deletion dynamiclinks/app/.gitignore

This file was deleted.

78 changes: 0 additions & 78 deletions dynamiclinks/app/build.gradle.kts

This file was deleted.

20 changes: 0 additions & 20 deletions dynamiclinks/app/proguard-rules.pro

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions dynamiclinks/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

Loading
Loading