Skip to content

Commit b63cf96

Browse files
authored
Remove annotation from FirebaseOptions accessor (#5418)
1 parent 157147f commit b63cf96

File tree

1 file changed

+0
-4
lines changed
  • firebase-common/src/main/java/com/google/firebase/ktx

1 file changed

+0
-4
lines changed

firebase-common/src/main/java/com/google/firebase/ktx/Firebase.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ fun Firebase.initialize(context: Context, options: FirebaseOptions, name: String
125125
* longer release KTX modules. For details, see the
126126
* [FAQ about this initiative.](https://firebase.google.com/docs/android/kotlin-migration)
127127
*/
128-
@Deprecated(
129-
"Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.",
130-
ReplaceWith("")
131-
)
132128
val Firebase.options: FirebaseOptions
133129
get() = Firebase.app.options
134130

0 commit comments

Comments
 (0)