keyFilename property
String?
get
keyFilename
Local file containing the Service Account credentials as downloaded from
the Google Developers Console. Can be omitted in environments that
support {@link https://cloud.google.com/docs/authentication Application
Default Credentials}. To configure Firestore with custom credentials, use
the credentials
property to provide the client_email
and
private_key
of your service account.
Implementation
external String? get keyFilename;