blikblum/nextbone-firestore

Refactor &Ref methods

Opened this issue · 0 comments

Currently there are ref, getRef, updateRef, ensureRef methods making things confusing.

Proposal:

Rename getRef to _computeRef
Rename ensureRef to getRef
Leave updateRef as is

Document ref cannot be called directly