How i can create a View with multi Id ? (CouchBase Lite for Android)

Hi @huuviet_nguyen,

Followings are just idea.
Idea 1: You can create multiple views. View for House, View for Gate, View for room, …
Idea 2: Generates key with {object_type}_{id} in map() function.

Thanks,