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

8 lines
129 B
Java

package com.google.firebase.firestore;
/* loaded from: classes2.dex */
public enum MetadataChanges {
EXCLUDE,
INCLUDE
}