[Vuejs]-How to type Firebase getDoc when using vue-concurrency?

0👍

Alright, just found the answer (at least in my case).

Replace

'firebase/firestore'

with

'firebase/firestore/lite'

Leave a comment