We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8642c8b commit fc8a050Copy full SHA for fc8a050
FirebaseAuth/Sources/Swift/ActionCode/ActionCodeSettings.swift
@@ -40,6 +40,13 @@ import Foundation
40
@objc open var androidInstallIfNotAvailable: Bool = false
41
42
/// 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
50
@objc open var dynamicLinkDomain: String?
51
52
/// The out of band custom domain for handling code in app.
0 commit comments