Google Cloud Firestore Node#
Verwenden Sie den Google Cloud Firestore Node, um Aufgaben in Google Cloud Firestore zu automatisieren und Google Cloud Firestore in andere Anwendungen zu integrieren. Localmind Automate bietet integrierte Unterstützung für eine Vielzahl von Google Cloud Firestore-Funktionen, einschließlich des Erstellens, Löschens und Abrufens von Dokumenten.
Auf dieser Seite finden Sie eine Liste der Operationen, die der Google Cloud Firestore Node unterstützt, sowie Links zu weiteren Ressourcen.
Anmeldedaten
Informationen zum Einrichten der Authentifizierung finden Sie unter Google Anmeldedaten.
Operationen#
- Dokument
- Ein Dokument erstellen
- Ein Dokument erstellen/aktualisieren
- Ein Dokument löschen
- Ein Dokument abrufen
- Alle Dokumente aus einer Sammlung abrufen
- Führt eine Abfrage für Ihre Dokumente aus
- Sammlung
- Alle Root-Sammlungen abrufen
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.