Skip to content

Commit 8d436f6

Browse files
authored
[Dynamic Links] Remove the Dynamic Links library (#1281)
1 parent 1a59fb8 commit 8d436f6

File tree

104 files changed

+33
-6575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+33
-6575
lines changed

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body:
4747
- Authentication
4848
- Crashlytics
4949
- Database
50-
- DynamicLinks
50+
- Firebase AI Logic
5151
- Firestore
5252
- Functions
5353
- In-App Messaging

.github/ISSUE_TEMPLATE/general-question.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body:
4848
- Authentication
4949
- Crashlytics
5050
- Database
51-
- DynamicLinks
51+
- Firebase AI Logic
5252
- Firestore
5353
- Functions
5454
- In-App Messaging
@@ -72,7 +72,7 @@ body:
7272
- Authentication
7373
- Crashlytics
7474
- Database
75-
- DynamicLinks
75+
- Firebase AI Logic
7676
- Firestore
7777
- Functions
7878
- In-App Messaging

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ body:
7878
- Authentication
7979
- Crashlytics
8080
- Database
81-
- DynamicLinks
81+
- Firebase AI Logic
8282
- Firestore
8383
- Functions
8484
- In-App Messaging
@@ -104,7 +104,7 @@ body:
104104
- Authentication
105105
- Crashlytics
106106
- Database
107-
- DynamicLinks
107+
- Firebase AI Logic
108108
- Firestore
109109
- Functions
110110
- In-App Messaging

.github/workflows/build_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
type: string
2121
apis:
2222
description: 'CSV of apis to build and test'
23-
default: 'analytics,app_check,auth,crashlytics,database,dynamic_links,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
23+
default: 'analytics,app_check,auth,crashlytics,database,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
2424
required: true
2525
type: string
2626
unity_platform_name:

.github/workflows/build_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
type: string
2121
apis:
2222
description: 'CSV of apis to build and test'
23-
default: 'analytics,app_check,auth,crashlytics,database,dynamic_links,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
23+
default: 'analytics,app_check,auth,crashlytics,database,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
2424
required: true
2525
type: string
2626
unity_platform_name:

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
type: string
2121
apis:
2222
description: 'CSV of apis to build and test'
23-
default: 'analytics,app_check,auth,crashlytics,database,dynamic_links,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
23+
default: 'analytics,app_check,auth,crashlytics,database,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
2424
required: true
2525
type: string
2626
unity_platform_name:

.github/workflows/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
type: string
2121
apis:
2222
description: 'CSV of apis to build and test'
23-
default: 'analytics,app_check,auth,crashlytics,database,dynamic_links,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
23+
default: 'analytics,app_check,auth,crashlytics,database,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
2424
required: true
2525
type: string
2626
unity_platform_name:

.github/workflows/build_starter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
required: true
2929
apis:
3030
description: 'CSV of apis to build and test'
31-
default: 'analytics,app_check,auth,crashlytics,database,dynamic_links,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
31+
default: 'analytics,app_check,auth,crashlytics,database,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
3232
required: true
3333
# Additional CMake flags to use
3434
additional_cmake_flags:
@@ -104,7 +104,7 @@ jobs:
104104
echo "platform='Android,iOS,tvOS,Windows,macOS,Linux,Playmode'" >> $GITHUB_OUTPUT
105105
echo "release_label=nightly-$(date "+%Y%m%d-%H%M%S")" >> $GITHUB_OUTPUT
106106
echo "release_version=NoVersion" >> $GITHUB_OUTPUT
107-
echo "apis='analytics,app_check,auth,crashlytics,database,dynamic_links,firebaseai,firestore,functions,installations,messaging,remote_config,storage'" >> $GITHUB_OUTPUT
107+
echo "apis='analytics,app_check,auth,crashlytics,database,firebaseai,firestore,functions,installations,messaging,remote_config,storage'" >> $GITHUB_OUTPUT
108108
echo "unity_version=2021" >> $GITHUB_OUTPUT
109109
echo "should_trigger_package=true" >> $GITHUB_OUTPUT
110110
echo "firebase_cpp_sdk_version=" >> $GITHUB_OUTPUT

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
type: string
2121
apis:
2222
description: 'CSV of apis to build and test'
23-
default: 'analytics,app_check,auth,crashlytics,database,dynamic_links,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
23+
default: 'analytics,app_check,auth,crashlytics,database,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
2424
required: true
2525
type: string
2626
unity_platform_name:

.github/workflows/generate_swig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
type: string
1717
apis:
1818
description: 'CSV of apis to build and test'
19-
default: 'analytics,app_check,auth,crashlytics,database,dynamic_links,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
19+
default: 'analytics,app_check,auth,crashlytics,database,firebaseai,firestore,functions,installations,messaging,remote_config,storage'
2020
required: true
2121
type: string
2222
# Additional CMake flags to use

0 commit comments

Comments
 (0)