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 5be7129 commit bcc04b6Copy full SHA for bcc04b6
firebase-firestore/api.txt
@@ -165,10 +165,6 @@ package com.google.firebase.firestore {
165
method public static void setLoggingEnabled(boolean);
166
}
167
168
- public static interface FirebaseFirestore.InstanceRegistry {
169
- method public void remove(@NonNull String);
170
- }
171
-
172
public class FirebaseFirestoreException {
173
ctor public FirebaseFirestoreException(@NonNull String, @NonNull com.google.firebase.firestore.FirebaseFirestoreException.Code);
174
ctor public FirebaseFirestoreException(@NonNull String, @NonNull com.google.firebase.firestore.FirebaseFirestoreException.Code, @Nullable Throwable);
0 commit comments