Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@morganchen12
Copy link
Contributor

No description provided.

@morganchen12 morganchen12 changed the title Add android snippets? Add android snippets May 17, 2023
@morganchen12 morganchen12 requested a review from wu-hui May 17, 2023 22:44
new FirebaseFirestoreSettings.Builder(db.getFirestoreSettings())
.setLocalCacheSettings(PersistentCacheSettings.newBuilder()
// Set size to 1 MB
.setSizeBytes(1_000_000)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late comment.

This needs to be fixed too: 1_000_000 is not 1MB. And we should use 100 MB here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #456.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants