yarivluts/firebase-orm

Usage with firebase Admin

Opened this issue · 1 comments

please how do I use this with firebase admin

the docs does not also explain where

@Model({
  reference_path: "websites/:website_id/members",
  path_id: "member_id"
})

is coming from, is websites another model ?