Skip to content

Commit 1b55c47

Browse files
committed
Update api.txt files
1 parent e2b8a81 commit 1b55c47

File tree

15 files changed

+0
-277
lines changed

15 files changed

+0
-277
lines changed

appcheck/firebase-appcheck/api.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,3 @@ package com.google.firebase.appcheck {
4141

4242
}
4343

44-
package com.google.firebase.appcheck.ktx {
45-
46-
public final class FirebaseAppCheckKt {
47-
method @Deprecated public static com.google.firebase.appcheck.FirebaseAppCheck appCheck(com.google.firebase.ktx.Firebase, com.google.firebase.FirebaseApp app);
48-
method @Deprecated public static operator String component1(com.google.firebase.appcheck.AppCheckToken);
49-
method @Deprecated public static operator long component2(com.google.firebase.appcheck.AppCheckToken);
50-
method @Deprecated public static com.google.firebase.appcheck.FirebaseAppCheck getAppCheck(com.google.firebase.ktx.Firebase);
51-
}
52-
53-
}
54-

firebase-appdistribution-api/api.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,3 @@ package com.google.firebase.appdistribution {
9999

100100
}
101101

102-
package com.google.firebase.appdistribution.ktx {
103-
104-
public final class FirebaseAppDistributionKt {
105-
method @Deprecated public static operator com.google.firebase.appdistribution.BinaryType component1(com.google.firebase.appdistribution.AppDistributionRelease);
106-
method @Deprecated public static operator long component1(com.google.firebase.appdistribution.UpdateProgress);
107-
method @Deprecated public static operator String component2(com.google.firebase.appdistribution.AppDistributionRelease);
108-
method @Deprecated public static operator long component2(com.google.firebase.appdistribution.UpdateProgress);
109-
method @Deprecated public static operator long component3(com.google.firebase.appdistribution.AppDistributionRelease);
110-
method @Deprecated public static operator com.google.firebase.appdistribution.UpdateStatus component3(com.google.firebase.appdistribution.UpdateProgress);
111-
method @Deprecated public static operator String? component4(com.google.firebase.appdistribution.AppDistributionRelease);
112-
method @Deprecated public static com.google.firebase.appdistribution.FirebaseAppDistribution getAppDistribution(com.google.firebase.ktx.Firebase);
113-
}
114-
115-
}
116-

firebase-common/api.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,23 +82,6 @@ package com.google.firebase {
8282

8383
}
8484

85-
package com.google.firebase.ktx {
86-
87-
@Deprecated public final class Firebase {
88-
field @Deprecated public static final com.google.firebase.ktx.Firebase INSTANCE;
89-
}
90-
91-
public final class FirebaseKt {
92-
method @Deprecated public static com.google.firebase.FirebaseApp app(com.google.firebase.ktx.Firebase, String name);
93-
method @Deprecated public static com.google.firebase.FirebaseApp getApp(com.google.firebase.ktx.Firebase);
94-
method @Deprecated public static com.google.firebase.FirebaseOptions getOptions(com.google.firebase.ktx.Firebase);
95-
method @Deprecated public static com.google.firebase.FirebaseApp? initialize(com.google.firebase.ktx.Firebase, android.content.Context context);
96-
method @Deprecated public static com.google.firebase.FirebaseApp initialize(com.google.firebase.ktx.Firebase, android.content.Context context, com.google.firebase.FirebaseOptions options);
97-
method @Deprecated public static com.google.firebase.FirebaseApp initialize(com.google.firebase.ktx.Firebase, android.content.Context context, com.google.firebase.FirebaseOptions options, String name);
98-
}
99-
100-
}
101-
10285
package com.google.firebase.provider {
10386

10487
public class FirebaseInitProvider extends android.content.ContentProvider {

firebase-config/api.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,3 @@ package com.google.firebase.remoteconfig {
143143

144144
}
145145

146-
package com.google.firebase.remoteconfig.ktx {
147-
148-
public final class RemoteConfigKt {
149-
method @Deprecated public static operator com.google.firebase.remoteconfig.FirebaseRemoteConfigValue get(com.google.firebase.remoteconfig.FirebaseRemoteConfig, String key);
150-
method @Deprecated public static kotlinx.coroutines.flow.Flow<com.google.firebase.remoteconfig.ConfigUpdate> getConfigUpdates(com.google.firebase.remoteconfig.FirebaseRemoteConfig);
151-
method @Deprecated public static com.google.firebase.remoteconfig.FirebaseRemoteConfig getRemoteConfig(com.google.firebase.ktx.Firebase);
152-
method @Deprecated public static com.google.firebase.remoteconfig.FirebaseRemoteConfig remoteConfig(com.google.firebase.ktx.Firebase, com.google.firebase.FirebaseApp app);
153-
method public static com.google.firebase.remoteconfig.FirebaseRemoteConfigSettings remoteConfigSettings(kotlin.jvm.functions.Function1<? super com.google.firebase.remoteconfig.FirebaseRemoteConfigSettings.Builder,kotlin.Unit> init);
154-
}
155-
156-
}
157-

firebase-crashlytics/api.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,3 @@ package com.google.firebase.crashlytics {
5454

5555
}
5656

57-
package com.google.firebase.crashlytics.ktx {
58-
59-
public final class FirebaseCrashlyticsKt {
60-
method @Deprecated public static com.google.firebase.crashlytics.FirebaseCrashlytics getCrashlytics(com.google.firebase.ktx.Firebase);
61-
method @Deprecated public static void setCustomKeys(com.google.firebase.crashlytics.FirebaseCrashlytics, kotlin.jvm.functions.Function1<? super com.google.firebase.crashlytics.ktx.KeyValueBuilder,kotlin.Unit> init);
62-
}
63-
64-
@Deprecated public final class KeyValueBuilder {
65-
ctor @Deprecated public KeyValueBuilder(com.google.firebase.crashlytics.FirebaseCrashlytics crashlytics);
66-
method @Deprecated public void key(String key, boolean value);
67-
method @Deprecated public void key(String key, double value);
68-
method @Deprecated public void key(String key, float value);
69-
method @Deprecated public void key(String key, int value);
70-
method @Deprecated public void key(String key, String value);
71-
method @Deprecated public void key(String key, long value);
72-
}
73-
74-
}
75-

firebase-database/api.txt

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -287,63 +287,3 @@ package com.google.firebase.database {
287287

288288
}
289289

290-
package com.google.firebase.database.ktx {
291-
292-
@Deprecated public abstract sealed class ChildEvent {
293-
}
294-
295-
@Deprecated public static final class ChildEvent.Added extends com.google.firebase.database.ktx.ChildEvent {
296-
ctor @Deprecated public ChildEvent.Added(com.google.firebase.database.DataSnapshot snapshot, String? previousChildName);
297-
method @Deprecated public com.google.firebase.database.DataSnapshot component1();
298-
method @Deprecated public String? component2();
299-
method @Deprecated public com.google.firebase.database.ktx.ChildEvent.Added copy(com.google.firebase.database.DataSnapshot snapshot, String? previousChildName);
300-
method @Deprecated public String? getPreviousChildName();
301-
method @Deprecated public com.google.firebase.database.DataSnapshot getSnapshot();
302-
property @Deprecated public final String? previousChildName;
303-
property @Deprecated public final com.google.firebase.database.DataSnapshot snapshot;
304-
}
305-
306-
@Deprecated public static final class ChildEvent.Changed extends com.google.firebase.database.ktx.ChildEvent {
307-
ctor @Deprecated public ChildEvent.Changed(com.google.firebase.database.DataSnapshot snapshot, String? previousChildName);
308-
method @Deprecated public com.google.firebase.database.DataSnapshot component1();
309-
method @Deprecated public String? component2();
310-
method @Deprecated public com.google.firebase.database.ktx.ChildEvent.Changed copy(com.google.firebase.database.DataSnapshot snapshot, String? previousChildName);
311-
method @Deprecated public String? getPreviousChildName();
312-
method @Deprecated public com.google.firebase.database.DataSnapshot getSnapshot();
313-
property @Deprecated public final String? previousChildName;
314-
property @Deprecated public final com.google.firebase.database.DataSnapshot snapshot;
315-
}
316-
317-
@Deprecated public static final class ChildEvent.Moved extends com.google.firebase.database.ktx.ChildEvent {
318-
ctor @Deprecated public ChildEvent.Moved(com.google.firebase.database.DataSnapshot snapshot, String? previousChildName);
319-
method @Deprecated public com.google.firebase.database.DataSnapshot component1();
320-
method @Deprecated public String? component2();
321-
method @Deprecated public com.google.firebase.database.ktx.ChildEvent.Moved copy(com.google.firebase.database.DataSnapshot snapshot, String? previousChildName);
322-
method @Deprecated public String? getPreviousChildName();
323-
method @Deprecated public com.google.firebase.database.DataSnapshot getSnapshot();
324-
property @Deprecated public final String? previousChildName;
325-
property @Deprecated public final com.google.firebase.database.DataSnapshot snapshot;
326-
}
327-
328-
@Deprecated public static final class ChildEvent.Removed extends com.google.firebase.database.ktx.ChildEvent {
329-
ctor @Deprecated public ChildEvent.Removed(com.google.firebase.database.DataSnapshot snapshot);
330-
method @Deprecated public com.google.firebase.database.DataSnapshot component1();
331-
method @Deprecated public com.google.firebase.database.ktx.ChildEvent.Removed copy(com.google.firebase.database.DataSnapshot snapshot);
332-
method @Deprecated public com.google.firebase.database.DataSnapshot getSnapshot();
333-
property @Deprecated public final com.google.firebase.database.DataSnapshot snapshot;
334-
}
335-
336-
public final class DatabaseKt {
337-
method @Deprecated public static com.google.firebase.database.FirebaseDatabase database(com.google.firebase.ktx.Firebase, com.google.firebase.FirebaseApp app);
338-
method @Deprecated public static com.google.firebase.database.FirebaseDatabase database(com.google.firebase.ktx.Firebase, com.google.firebase.FirebaseApp app, String url);
339-
method @Deprecated public static com.google.firebase.database.FirebaseDatabase database(com.google.firebase.ktx.Firebase, String url);
340-
method @Deprecated public static kotlinx.coroutines.flow.Flow<com.google.firebase.database.ktx.ChildEvent> getChildEvents(com.google.firebase.database.Query);
341-
method @Deprecated public static com.google.firebase.database.FirebaseDatabase getDatabase(com.google.firebase.ktx.Firebase);
342-
method @Deprecated public static kotlinx.coroutines.flow.Flow<com.google.firebase.database.DataSnapshot> getSnapshots(com.google.firebase.database.Query);
343-
method @Deprecated public static inline <reified T> T? getValue(com.google.firebase.database.DataSnapshot);
344-
method @Deprecated public static inline <reified T> T? getValue(com.google.firebase.database.MutableData);
345-
method @Deprecated public static inline <reified T> kotlinx.coroutines.flow.Flow<T?> values(com.google.firebase.database.Query);
346-
}
347-
348-
}
349-

firebase-firestore/api.txt

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -576,33 +576,3 @@ package com.google.firebase.firestore {
576576

577577
}
578578

579-
package com.google.firebase.firestore.ktx {
580-
581-
public final class FirestoreKt {
582-
method @Deprecated public static inline <reified T> kotlinx.coroutines.flow.Flow<T?> dataObjects(com.google.firebase.firestore.DocumentReference, com.google.firebase.firestore.MetadataChanges metadataChanges = com.google.firebase.firestore.MetadataChanges.EXCLUDE);
583-
method @Deprecated public static inline <reified T> kotlinx.coroutines.flow.Flow<java.util.List<? extends T>> dataObjects(com.google.firebase.firestore.Query, com.google.firebase.firestore.MetadataChanges metadataChanges = com.google.firebase.firestore.MetadataChanges.EXCLUDE);
584-
method @Deprecated public static com.google.firebase.firestore.FirebaseFirestore firestore(com.google.firebase.ktx.Firebase, com.google.firebase.FirebaseApp app);
585-
method @Deprecated public static com.google.firebase.firestore.FirebaseFirestore firestore(com.google.firebase.ktx.Firebase, com.google.firebase.FirebaseApp app, String database);
586-
method @Deprecated public static com.google.firebase.firestore.FirebaseFirestore firestore(com.google.firebase.ktx.Firebase, String database);
587-
method @Deprecated public static com.google.firebase.firestore.FirebaseFirestoreSettings firestoreSettings(kotlin.jvm.functions.Function1<? super com.google.firebase.firestore.FirebaseFirestoreSettings.Builder,kotlin.Unit> init);
588-
method @Deprecated public static inline <reified T> T? getField(com.google.firebase.firestore.DocumentSnapshot, com.google.firebase.firestore.FieldPath fieldPath);
589-
method @Deprecated public static inline <reified T> T? getField(com.google.firebase.firestore.DocumentSnapshot, com.google.firebase.firestore.FieldPath fieldPath, com.google.firebase.firestore.DocumentSnapshot.ServerTimestampBehavior serverTimestampBehavior);
590-
method @Deprecated public static inline <reified T> T? getField(com.google.firebase.firestore.DocumentSnapshot, String field);
591-
method @Deprecated public static inline <reified T> T? getField(com.google.firebase.firestore.DocumentSnapshot, String field, com.google.firebase.firestore.DocumentSnapshot.ServerTimestampBehavior serverTimestampBehavior);
592-
method @Deprecated public static com.google.firebase.firestore.FirebaseFirestore getFirestore(com.google.firebase.ktx.Firebase);
593-
method public static com.google.firebase.firestore.MemoryCacheSettings memoryCacheSettings(kotlin.jvm.functions.Function1<? super com.google.firebase.firestore.MemoryCacheSettings.Builder,kotlin.Unit> init);
594-
method public static com.google.firebase.firestore.MemoryEagerGcSettings memoryEagerGcSettings(kotlin.jvm.functions.Function1<? super com.google.firebase.firestore.MemoryEagerGcSettings.Builder,kotlin.Unit> init);
595-
method public static com.google.firebase.firestore.MemoryLruGcSettings memoryLruGcSettings(kotlin.jvm.functions.Function1<? super com.google.firebase.firestore.MemoryLruGcSettings.Builder,kotlin.Unit> init);
596-
method public static com.google.firebase.firestore.PersistentCacheSettings persistentCacheSettings(kotlin.jvm.functions.Function1<? super com.google.firebase.firestore.PersistentCacheSettings.Builder,kotlin.Unit> init);
597-
method @Deprecated public static kotlinx.coroutines.flow.Flow<com.google.firebase.firestore.DocumentSnapshot> snapshots(com.google.firebase.firestore.DocumentReference, com.google.firebase.firestore.MetadataChanges metadataChanges = com.google.firebase.firestore.MetadataChanges.EXCLUDE);
598-
method @Deprecated public static kotlinx.coroutines.flow.Flow<com.google.firebase.firestore.QuerySnapshot> snapshots(com.google.firebase.firestore.Query, com.google.firebase.firestore.MetadataChanges metadataChanges = com.google.firebase.firestore.MetadataChanges.EXCLUDE);
599-
method @Deprecated public static inline <reified T> T? toObject(com.google.firebase.firestore.DocumentSnapshot);
600-
method @Deprecated public static inline <reified T> T? toObject(com.google.firebase.firestore.DocumentSnapshot, com.google.firebase.firestore.DocumentSnapshot.ServerTimestampBehavior serverTimestampBehavior);
601-
method @Deprecated public static inline <reified T> T toObject(com.google.firebase.firestore.QueryDocumentSnapshot);
602-
method @Deprecated public static inline <reified T> T toObject(com.google.firebase.firestore.QueryDocumentSnapshot, com.google.firebase.firestore.DocumentSnapshot.ServerTimestampBehavior serverTimestampBehavior);
603-
method @Deprecated public static inline <reified T> java.util.List<T> toObjects(com.google.firebase.firestore.QuerySnapshot);
604-
method @Deprecated public static inline <reified T> java.util.List<T> toObjects(com.google.firebase.firestore.QuerySnapshot, com.google.firebase.firestore.DocumentSnapshot.ServerTimestampBehavior serverTimestampBehavior);
605-
}
606-
607-
}
608-

firebase-functions/api.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,3 @@ package com.google.firebase.functions {
112112

113113
}
114114

115-
package com.google.firebase.functions.ktx {
116-
117-
public final class FunctionsKt {
118-
method @Deprecated public static com.google.firebase.functions.FirebaseFunctions functions(com.google.firebase.ktx.Firebase, com.google.firebase.FirebaseApp app);
119-
method @Deprecated public static com.google.firebase.functions.FirebaseFunctions functions(com.google.firebase.ktx.Firebase, com.google.firebase.FirebaseApp app, String regionOrCustomDomain);
120-
method @Deprecated public static com.google.firebase.functions.FirebaseFunctions functions(com.google.firebase.ktx.Firebase, String regionOrCustomDomain);
121-
method @Deprecated public static com.google.firebase.functions.FirebaseFunctions getFunctions(com.google.firebase.ktx.Firebase);
122-
method @Deprecated public static com.google.firebase.functions.HttpsCallableReference getHttpsCallable(com.google.firebase.functions.FirebaseFunctions, String name, kotlin.jvm.functions.Function1<? super com.google.firebase.functions.HttpsCallableOptions.Builder,kotlin.Unit> init);
123-
method @Deprecated public static com.google.firebase.functions.HttpsCallableReference getHttpsCallableFromUrl(com.google.firebase.functions.FirebaseFunctions, java.net.URL url, kotlin.jvm.functions.Function1<? super com.google.firebase.functions.HttpsCallableOptions.Builder,kotlin.Unit> init);
124-
}
125-
126-
}
127-

firebase-inappmessaging-display/api.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ package com.google.firebase.inappmessaging.display {
1919

2020
}
2121

22-
package com.google.firebase.inappmessaging.display.ktx {
23-
24-
public final class InAppMessagingDisplayKt {
25-
method @Deprecated public static com.google.firebase.inappmessaging.display.FirebaseInAppMessagingDisplay getInAppMessagingDisplay(com.google.firebase.ktx.Firebase);
26-
}
27-
28-
}
29-

firebase-inappmessaging/api.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,6 @@ package com.google.firebase.inappmessaging {
7676

7777
}
7878

79-
package com.google.firebase.inappmessaging.ktx {
80-
81-
public final class InAppMessagingKt {
82-
method @Deprecated public static com.google.firebase.inappmessaging.FirebaseInAppMessaging getInAppMessaging(com.google.firebase.ktx.Firebase);
83-
}
84-
85-
}
86-
8779
package com.google.firebase.inappmessaging.model {
8880

8981
public class Action {

0 commit comments

Comments
 (0)