what-the-bank/sources/com/google/firebase/firestore/MetadataChanges.java

8 lines
129 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.firebase.firestore;
/* loaded from: classes2.dex */
public enum MetadataChanges {
EXCLUDE,
INCLUDE
}