File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore/bundle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
import com .google .firebase .firestore .model .SnapshotVersion ;
18
18
19
19
/** Represents a Firestore bundle saved by the SDK in its local storage. */
20
- /* package */ public class BundleMetadata {
20
+ public class BundleMetadata {
21
21
private final String bundleId ;
22
22
private final int version ;
23
23
private final SnapshotVersion createTime ;
Original file line number Diff line number Diff line change 17
17
import com .google .firebase .firestore .model .SnapshotVersion ;
18
18
19
19
/** Represents a named query saved by the SDK in its local storage. */
20
- /* package */ public class NamedQuery {
20
+ public class NamedQuery {
21
21
private final String name ;
22
22
private final BundledQuery bundledQuery ;
23
23
private final SnapshotVersion readTime ;
You can’t perform that action at this time.
0 commit comments