FirefastStore constructor

FirefastStore(
  1. FirebaseFirestore datasource
)

Creates a new FirefastStore instance with the provided FirebaseFirestore.

Implementation

FirefastStore(super.datasource);