Note
The v0 documentation can be found here.
The v0 documentation can be found here.
Read here at FirelordJS.
This wrapper wrap around admin Firestore V8 interface(There is no V9 for admin version) and turn it into type safe V9 interface.
The API is basically same as the web version, both web and admin version basically share the same documentation.
It does not become modular like the web version, but this is ok because we don't care about package size in back end.
The ultimate goal is to unify the knowledge of back end and front end, so we don't need to learn both V9 and V8 and most importantly: absolute type safe.
It is not possible to unified platform specific API, good thing is most of these APIs are mutually exclusive.
Note: FirelordJS and Firelord share the same discussion space.