credentials property
JSObject?
get
credentials
The 'client_email' and 'private_key' properties of the service account
to use with your Firestore project. Can be omitted in environments that
support {@link https://cloud.google.com/docs/authentication Application
Default Credentials}. If your credentials are stored in a JSON file, you
can specify a keyFilename
instead.
Implementation
external JSObject? get credentials;