1amageek / ballcap.ts

Cloud Firestore support library for admin. 🧢
107 stars 13 forks source link

Modification collectionReference #5

Closed hukusuke1007 closed 5 years ago

hukusuke1007 commented 5 years ago

Modify to get rootReference collection from collectionReference function.

    public static collectionReference(): CollectionReference {
        return rootReference.collection(this.modelName())
    }

・Attention Confirm behavior not yet