Skip to content

Commit

Permalink
Regenerated new apis
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyuk committed Aug 16, 2024
1 parent 8308f0b commit b7fd918
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions firebase-app/api/android/firebase-app.api
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public final class dev/gitlive/firebase/FirebaseKt {
public static final fun app (Ldev/gitlive/firebase/Firebase;Ljava/lang/String;)Ldev/gitlive/firebase/FirebaseApp;
public static final fun apps (Ldev/gitlive/firebase/Firebase;Ljava/lang/Object;)Ljava/util/List;
public static synthetic fun apps$default (Ldev/gitlive/firebase/Firebase;Ljava/lang/Object;ILjava/lang/Object;)Ljava/util/List;
public static final fun getAndroid (Ldev/gitlive/firebase/FirebaseApp;)Lcom/google/firebase/FirebaseApp;
public static final fun getApp (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/FirebaseApp;
public static final fun initialize (Ldev/gitlive/firebase/Firebase;Ljava/lang/Object;)Ldev/gitlive/firebase/FirebaseApp;
public static final fun initialize (Ldev/gitlive/firebase/Firebase;Ljava/lang/Object;Ldev/gitlive/firebase/FirebaseOptions;)Ldev/gitlive/firebase/FirebaseApp;
Expand Down
1 change: 1 addition & 0 deletions firebase-app/api/jvm/firebase-app.api
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public final class dev/gitlive/firebase/FirebaseKt {
public static final fun app (Ldev/gitlive/firebase/Firebase;Ljava/lang/String;)Ldev/gitlive/firebase/FirebaseApp;
public static final fun apps (Ldev/gitlive/firebase/Firebase;Ljava/lang/Object;)Ljava/util/List;
public static synthetic fun apps$default (Ldev/gitlive/firebase/Firebase;Ljava/lang/Object;ILjava/lang/Object;)Ljava/util/List;
public static final fun getAndroid (Ldev/gitlive/firebase/FirebaseApp;)Lcom/google/firebase/FirebaseApp;
public static final fun getApp (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/FirebaseApp;
public static final fun initialize (Ldev/gitlive/firebase/Firebase;Ljava/lang/Object;)Ldev/gitlive/firebase/FirebaseApp;
public static final fun initialize (Ldev/gitlive/firebase/Firebase;Ljava/lang/Object;Ldev/gitlive/firebase/FirebaseOptions;)Ldev/gitlive/firebase/FirebaseApp;
Expand Down
1 change: 1 addition & 0 deletions firebase-auth/api/android/firebase-auth.api
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ public final class dev/gitlive/firebase/auth/UserMetaData {

public final class dev/gitlive/firebase/auth/android {
public static final fun auth (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;)Ldev/gitlive/firebase/auth/FirebaseAuth;
public static final fun getAndroid (Ldev/gitlive/firebase/auth/FirebaseAuth;)Lcom/google/firebase/auth/FirebaseAuth;
public static final fun getAuth (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/auth/FirebaseAuth;
}

1 change: 1 addition & 0 deletions firebase-config/api/android/firebase-config.api
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public final class dev/gitlive/firebase/remoteconfig/ValueSource : java/lang/Enu
}

public final class dev/gitlive/firebase/remoteconfig/android {
public static final fun getAndroid (Ldev/gitlive/firebase/remoteconfig/FirebaseRemoteConfig;)Lcom/google/firebase/remoteconfig/FirebaseRemoteConfig;
public static final fun getRemoteConfig (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/remoteconfig/FirebaseRemoteConfig;
public static final fun remoteConfig (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;)Ldev/gitlive/firebase/remoteconfig/FirebaseRemoteConfig;
}
Expand Down
1 change: 1 addition & 0 deletions firebase-config/api/jvm/firebase-config.api
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public final class dev/gitlive/firebase/remoteconfig/ValueSource : java/lang/Enu
}

public final class dev/gitlive/firebase/remoteconfig/android {
public static final fun getAndroid (Ldev/gitlive/firebase/remoteconfig/FirebaseRemoteConfig;)Lcom/google/firebase/remoteconfig/FirebaseRemoteConfig;
public static final fun getRemoteConfig (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/remoteconfig/FirebaseRemoteConfig;
public static final fun remoteConfig (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;)Ldev/gitlive/firebase/remoteconfig/FirebaseRemoteConfig;
}
Expand Down
1 change: 1 addition & 0 deletions firebase-crashlytics/api/firebase-crashlytics.api
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
public final class dev/gitlive/firebase/crashlytics/CrashlyticsKt {
public static final fun crashlytics (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;)Ldev/gitlive/firebase/crashlytics/FirebaseCrashlytics;
public static final fun getAndroid (Ldev/gitlive/firebase/crashlytics/FirebaseCrashlytics;)Lcom/google/firebase/crashlytics/FirebaseCrashlytics;
public static final fun getCrashlytics (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/crashlytics/FirebaseCrashlytics;
}

Expand Down
1 change: 1 addition & 0 deletions firebase-database/api/android/firebase-database.api
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public final class dev/gitlive/firebase/database/databaseAndroid {
public static final fun database (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;Ljava/lang/String;)Ldev/gitlive/firebase/database/FirebaseDatabase;
public static final fun database (Ldev/gitlive/firebase/Firebase;Ljava/lang/String;)Ldev/gitlive/firebase/database/FirebaseDatabase;
public static final fun getAndroid (Ldev/gitlive/firebase/database/DatabaseReference;)Lcom/google/firebase/database/DatabaseReference;
public static final fun getAndroid (Ldev/gitlive/firebase/database/FirebaseDatabase;)Lcom/google/firebase/database/FirebaseDatabase;
public static final fun getAndroid (Ldev/gitlive/firebase/database/OnDisconnect;)Lcom/google/firebase/database/OnDisconnect;
public static final fun getDatabase (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/database/FirebaseDatabase;
public static final fun getDatabase (Ldev/gitlive/firebase/database/OnDisconnect;)Ldev/gitlive/firebase/database/FirebaseDatabase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ package dev.gitlive.firebase.firestore

import cocoapods.FirebaseFirestoreInternal.*
import cocoapods.FirebaseFirestoreInternal.FIRDocumentChangeType.*
import com.google.firebase.firestore.FirebaseFirestore
import dev.gitlive.firebase.Firebase
import dev.gitlive.firebase.FirebaseApp
import dev.gitlive.firebase.FirebaseException
Expand Down
1 change: 1 addition & 0 deletions firebase-functions/api/android/firebase-functions.api
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ public final class dev/gitlive/firebase/functions/AndroidFunctions {
public static final fun functions (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;)Ldev/gitlive/firebase/functions/FirebaseFunctions;
public static final fun functions (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;Ljava/lang/String;)Ldev/gitlive/firebase/functions/FirebaseFunctions;
public static final fun functions (Ldev/gitlive/firebase/Firebase;Ljava/lang/String;)Ldev/gitlive/firebase/functions/FirebaseFunctions;
public static final fun getAndroid (Ldev/gitlive/firebase/functions/FirebaseFunctions;)Lcom/google/firebase/functions/FirebaseFunctions;
public static final fun getCode (Lcom/google/firebase/functions/FirebaseFunctionsException;)Lcom/google/firebase/functions/FirebaseFunctionsException$Code;
public static final fun getDetails (Lcom/google/firebase/functions/FirebaseFunctionsException;)Ljava/lang/Object;
public static final fun getFunctions (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/functions/FirebaseFunctions;
Expand Down
1 change: 1 addition & 0 deletions firebase-functions/api/jvm/firebase-functions.api
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ public final class dev/gitlive/firebase/functions/AndroidFunctions {
public static final fun functions (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;)Ldev/gitlive/firebase/functions/FirebaseFunctions;
public static final fun functions (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;Ljava/lang/String;)Ldev/gitlive/firebase/functions/FirebaseFunctions;
public static final fun functions (Ldev/gitlive/firebase/Firebase;Ljava/lang/String;)Ldev/gitlive/firebase/functions/FirebaseFunctions;
public static final fun getAndroid (Ldev/gitlive/firebase/functions/FirebaseFunctions;)Lcom/google/firebase/functions/FirebaseFunctions;
public static final fun getCode (Lcom/google/firebase/functions/FirebaseFunctionsException;)Lcom/google/firebase/functions/FirebaseFunctionsException$Code;
public static final fun getDetails (Lcom/google/firebase/functions/FirebaseFunctionsException;)Ljava/lang/Object;
public static final fun getFunctions (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/functions/FirebaseFunctions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public final class dev/gitlive/firebase/installations/FirebaseInstallations {
}

public final class dev/gitlive/firebase/installations/InstallationsKt {
public static final fun getAndroid (Ldev/gitlive/firebase/installations/FirebaseInstallations;)Lcom/google/firebase/installations/FirebaseInstallations;
public static final fun getInstallations (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/installations/FirebaseInstallations;
public static final fun installations (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;)Ldev/gitlive/firebase/installations/FirebaseInstallations;
}
Expand Down
1 change: 1 addition & 0 deletions firebase-installations/api/jvm/firebase-installations.api
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public final class dev/gitlive/firebase/installations/FirebaseInstallations {
}

public final class dev/gitlive/firebase/installations/InstallationsKt {
public static final fun getAndroid (Ldev/gitlive/firebase/installations/FirebaseInstallations;)Lcom/google/firebase/installations/FirebaseInstallations;
public static final fun getInstallations (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/installations/FirebaseInstallations;
public static final fun installations (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;)Ldev/gitlive/firebase/installations/FirebaseInstallations;
}
Expand Down
1 change: 1 addition & 0 deletions firebase-messaging/api/android/firebase-messaging.api
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public final class dev/gitlive/firebase/messaging/FirebaseMessaging {
}

public final class dev/gitlive/firebase/messaging/android {
public static final fun getAndroid (Ldev/gitlive/firebase/messaging/FirebaseMessaging;)Lcom/google/firebase/messaging/FirebaseMessaging;
public static final fun getMessaging (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/messaging/FirebaseMessaging;
}

1 change: 1 addition & 0 deletions firebase-perf/api/android/firebase-perf.api
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class dev/gitlive/firebase/perf/FirebasePerformanceException : com/google
}

public final class dev/gitlive/firebase/perf/PerformanceKt {
public static final fun getAndroid (Ldev/gitlive/firebase/perf/FirebasePerformance;)Lcom/google/firebase/perf/FirebasePerformance;
public static final fun getPerformance (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/perf/FirebasePerformance;
public static final fun performance (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;)Ldev/gitlive/firebase/perf/FirebasePerformance;
}
Expand Down
1 change: 1 addition & 0 deletions firebase-storage/api/android/firebase-storage.api
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public final class dev/gitlive/firebase/storage/StorageReference {
}

public final class dev/gitlive/firebase/storage/android {
public static final fun getAndroid (Ldev/gitlive/firebase/storage/FirebaseStorage;)Lcom/google/firebase/storage/FirebaseStorage;
public static final fun getStorage (Ldev/gitlive/firebase/Firebase;)Ldev/gitlive/firebase/storage/FirebaseStorage;
public static final fun storage (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;)Ldev/gitlive/firebase/storage/FirebaseStorage;
public static final fun storage (Ldev/gitlive/firebase/Firebase;Ldev/gitlive/firebase/FirebaseApp;Ljava/lang/String;)Ldev/gitlive/firebase/storage/FirebaseStorage;
Expand Down

0 comments on commit b7fd918

Please sign in to comment.