You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Firebase ML is deprecated and will be shut down on June 15, 2027. To "+
27
+
"host custom models, you must migrate to another solution. You can "+
28
+
"use Cloud Storage for Firebase as an alternative for hosting custom "+
29
+
"models. For more information about migration options, see the "+
30
+
"notification banner in the "+
31
+
"[Firebase ML documentation](https://firebase.google.com/docs/ml)."
32
+
25
33
/** Returns the [FirebaseModelDownloader] instance of the default [FirebaseApp]. */
26
-
@Deprecated(
27
-
"Firebase ML is deprecated and will be shut down on June 15, 2027. To host custom models, you must migrate to another solution. You can use Cloud Storage for Firebase as an alternative for hosting custom models. For more info, see https://firebase.google.com/docs/ml/migrate-to-cloud-storage"
/** Returns the [FirebaseModelDownloader] instance of a given [FirebaseApp]. */
33
-
@Deprecated(
34
-
"Firebase ML is deprecated and will be shut down on June 15, 2027. To host custom models, you must migrate to another solution. You can use Cloud Storage for Firebase as an alternative for hosting custom models. For more info, see https://firebase.google.com/docs/ml/migrate-to-cloud-storage"
35
-
)
39
+
@Deprecated(DEPRECATION_MESSAGE)
36
40
fun Firebase.modelDownloader(app:FirebaseApp) =FirebaseModelDownloader.getInstance(app)
37
41
38
42
/** Returns a [CustomModelDownloadConditions] initialized using the [init] function. */
39
-
@Deprecated(
40
-
"Firebase ML is deprecated and will be shut down on June 15, 2027. To host custom models, you must migrate to another solution. You can use Cloud Storage for Firebase as an alternative for hosting custom models. For more info, see https://firebase.google.com/docs/ml/migrate-to-cloud-storage"
@@ -47,30 +49,15 @@ fun customModelDownloadConditions(
47
49
return builder.build()
48
50
}
49
51
50
-
@Deprecated(
51
-
"Firebase ML is deprecated and will be shut down on June 15, 2027. To host custom models, you must migrate to another solution. You can use Cloud Storage for Firebase as an alternative for hosting custom models. For more info, see https://firebase.google.com/docs/ml/migrate-to-cloud-storage"
"Firebase ML is deprecated and will be shut down on June 15, 2027. To host custom models, you must migrate to another solution. You can use Cloud Storage for Firebase as an alternative for hosting custom models. For more info, see https://firebase.google.com/docs/ml/migrate-to-cloud-storage"
"Firebase ML is deprecated and will be shut down on June 15, 2027. To host custom models, you must migrate to another solution. You can use Cloud Storage for Firebase as an alternative for hosting custom models. For more info, see https://firebase.google.com/docs/ml/migrate-to-cloud-storage"
"Firebase ML is deprecated and will be shut down on June 15, 2027. To host custom models, you must migrate to another solution. You can use Cloud Storage for Firebase as an alternative for hosting custom models. For more info, see https://firebase.google.com/docs/ml/migrate-to-cloud-storage"
"Firebase ML is deprecated and will be shut down on June 15, 2027. To host custom models, you must migrate to another solution. You can use Cloud Storage for Firebase as an alternative for hosting custom models. For more info, see https://firebase.google.com/docs/ml/migrate-to-cloud-storage"
72
-
)
73
-
operatorfun CustomModel.component5() = name
60
+
@Deprecated(DEPRECATION_MESSAGE) operatorfun CustomModel.component5() = name
0 commit comments