mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Google Cloud Firestore Node): Add support for service account and document creation with id (#9713)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
committed by
GitHub
parent
8f970b5d37
commit
cb1bbf5fd3
@@ -52,6 +52,10 @@ const googleServiceAccountScopes = {
|
||||
'https://www.googleapis.com/auth/cloud-translation',
|
||||
'https://www.googleapis.com/auth/cloud-platform',
|
||||
],
|
||||
firestore: [
|
||||
'https://www.googleapis.com/auth/datastore',
|
||||
'https://www.googleapis.com/auth/firebase',
|
||||
],
|
||||
};
|
||||
|
||||
type GoogleServiceAccount = keyof typeof googleServiceAccountScopes;
|
||||
|
||||
Reference in New Issue
Block a user