FirebaseFirestorePlatform constructor

FirebaseFirestorePlatform({
  1. FirebaseApp? appInstance,
  2. String? databaseChoice,
})

Create an instance using app

Implementation

FirebaseFirestorePlatform({this.appInstance, this.databaseChoice})
    : super(token: _token);