Skip to content
Samuel Elgozi edited this page Mar 4, 2020 · 3 revisions

Welcome to the firebase-firestore-lite API reference.

Most of the interaction with the API will be done through two classes. The first one is "Firestore" and the second one is "Reference". They both have instance methods, and between them, there is most of what you need to know.

In addition to those classes, there are other classes that fall into one of the two categories, either "custom types" which are classes that represent types in the database that don't exist on JS natively and "Helper types" which are classes that represent results from the queries and are there to help you navigate results.

Don't worry, there is not much to learn, and most of it is pretty intuitive anyway.

Clone this wiki locally