Skip to content

Commit fc8a050

Browse files
committed
Mark ActionCodeSettings.dynamicLinkDomain as deprecated
1 parent 8642c8b commit fc8a050

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

FirebaseAuth/Sources/Swift/ActionCode/ActionCodeSettings.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ import Foundation
4040
@objc open var androidInstallIfNotAvailable: Bool = false
4141

4242
/// The Firebase Dynamic Link domain used for out of band code flow.
43+
#if !FIREBASE_CI
44+
@available(
45+
*,
46+
deprecated,
47+
message: "Firebase Dynamic Links is deprecated. Migrate to use Firebase Hosting link and use `linkDomain` to set a custom domain instead."
48+
)
49+
#endif // !FIREBASE_CI
4350
@objc open var dynamicLinkDomain: String?
4451

4552
/// The out of band custom domain for handling code in app.

0 commit comments

Comments
 (0)