Hello, I am looking to implement the following functionality in my top page List View!
I would like to implement the following functionality in the List View on the top page.
(1) When nsfw in users of Firestore is true, display contents with nsfw of true and contents with nsfw of false in contents.
(2) If nsfw in users of Firestore is “flase”, display only contents with nsfw of “false” in contents.
Is it possible to implement this without custom code?
If so, please let me know.