OCNORA

Google Firestore

Databases & warehousesOAuth 2.0credential probe

Read/write documents in Google Firestore (Google OAuth2).

OCNORA ships 61 typed Google Firestore operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 61

  • Batch Get Document
    Gets multiple documents.
    firestore.batch_get_document
  • Batch Write Document
    Applies a batch of write operations.
    firestore.batch_write_document
  • Begin Transaction Document
    Starts a new transaction.
    firestore.begin_transaction_document
  • Bulk Delete Documents Database
    Bulk deletes a subset of documents from Google Cloud Firestore.
    firestore.bulk_delete_documents_database
  • Cancel Operation
    Starts asynchronous cancellation on a long-running operation.
    firestore.cancel_operation
  • Clone Database
    Creates a new database by cloning an existing one.
    firestore.clone_database
  • Commit Document
    Commits a transaction, while optionally updating documents.
    firestore.commit_document
  • Create Backup Schedule
    Creates a backup schedule on a database.
    firestore.create_backup_schedule
  • Create Change Stream
    Creates a new change stream for the database.
    firestore.create_change_stream
  • Create Database
    Create a database.
    firestore.create_database
  • Create Document Document
    Creates a new document.
    firestore.create_document_document
  • Create Indexe
    Creates a composite index.
    firestore.create_indexe
  • Create User Cred
    Create a user creds.
    firestore.create_user_cred
  • Delete Backup
    Deletes a backup.
    firestore.delete_backup
  • Delete Backup Schedule
    Deletes a backup schedule.
    firestore.delete_backup_schedule
  • Delete Change Stream
    Deletes a change stream.
    firestore.delete_change_stream
  • Delete Database
    Deletes a database.
    firestore.delete_database
  • Delete Document
    Delete a Firestore document by collection and id.
    firestore.delete_document
  • Delete Indexe
    Deletes a composite index.
    firestore.delete_indexe
  • Delete Operation
    Deletes a long-running operation.
    firestore.delete_operation
  • Delete User Cred
    Deletes a user creds.
    firestore.delete_user_cred
  • Disable User Cred
    Disables a user creds.
    firestore.disable_user_cred
  • Enable User Cred
    Enables a user creds.
    firestore.enable_user_cred
  • Execute Pipeline Document
    Executes a pipeline query.
    firestore.execute_pipeline_document
  • Export Documents Database
    Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage.
    firestore.export_documents_database
  • Get Backup
    Gets information about a backup.
    firestore.get_backup
  • Get Backup Schedule
    Gets information about a backup schedule.
    firestore.get_backup_schedule
  • Get Change Stream
    Gets information about a change stream.
    firestore.get_change_stream
  • Get Database
    Gets information about a database.
    firestore.get_database
  • Get Document
    Read a Firestore document by id (returns plain JSON fields).
    firestore.get_document
  • Get Field
    Gets the metadata and configuration for a Field.
    firestore.get_field
  • Get Indexe
    Gets a composite index.
    firestore.get_indexe
  • Get Location
    Gets information about a location.
    firestore.get_location
  • Get Operation
    Gets the latest state of a long-running operation.
    firestore.get_operation
  • Get User Cred
    Gets a user creds resource.
    firestore.get_user_cred
  • Import Documents Database
    Imports documents into Google Cloud Firestore.
    firestore.import_documents_database
  • List Backup Schedules
    List backup schedules.
    firestore.list_backup_schedules
  • List Backups
    Lists all the backups.
    firestore.list_backups
  • List Change Streams
    Lists all change streams in a database.
    firestore.list_change_streams
  • List Collection Ids Document
    Lists all the collection IDs underneath a document.
    firestore.list_collection_ids_document
  • List Databases
    List all the databases in the project.
    firestore.list_databases
  • List Documents
    List documents in a Firestore collection.
    firestore.list_documents
  • List Documents Databases
    Lists documents.
    firestore.list_documents_databases
  • List Fields
    Lists the field configuration and metadata for this database.
    firestore.list_fields
  • List Indexes
    Lists composite indexes.
    firestore.list_indexes
  • List Locations
    Lists information about the supported locations for this service.
    firestore.list_locations
  • List Operations
    Lists operations that match the specified filter in the request.
    firestore.list_operations
  • List User Creds
    List all user creds in the database.
    firestore.list_user_creds
Show 13 more
  • Listen Document
    Listens to changes.
    firestore.listen_document
  • Partition Query Document
    Partitions a query by returning partition cursors that can be used to run the query in parallel.
    firestore.partition_query_document
  • Query
    Query a Firestore collection with where filters, ordering and a limit.
    firestore.query
  • Reset Password User Cred
    Resets the password of a user creds.
    firestore.reset_password_user_cred
  • Restore Database
    Creates a new database by restoring from an existing backup.
    firestore.restore_database
  • Rollback Document
    Rolls back a transaction.
    firestore.rollback_document
  • Run Aggregation Query Document
    Runs an aggregation query.
    firestore.run_aggregation_query_document
  • Set Document
    Create or overwrite a Firestore document (plain JSON, auto-marshalled).
    firestore.set_document
  • Update Backup Schedule
    Updates a backup schedule.
    firestore.update_backup_schedule
  • Update Database
    Updates a database.
    firestore.update_database
  • Update Document
    Merge fields into an existing Firestore document (other fields are kept).
    firestore.update_document
  • Update Field
    Updates a field configuration.
    firestore.update_field
  • Write Document
    Streams batches of document updates and deletes, in order.
    firestore.write_document

Run your first Google Firestore workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.