Database
Firestore Nodes

Firestore Database Nodes

BuildShip supports two categories of nodes for interacting with your Firebase Projects.

Firestore Nodes

Firestore Nodes

Firestore nodes are used to interact with the Firestore database. They are located in the Firestore category in the node Library. The Firestore nodes let you perform CRUD operations on your Firestore database.

Check the table below to see the list of pre-built Firestore nodes that are currently supported by BuildShip.

PurposeFirestore Database Nodes
Create DocumentCreate Firestore Document
Sync Collection to AlgoliaSync Firebase to Algolia Index
Add Object to ArrayAdd Object to Firestore Array
Collection QueryFirestore Collection Query
Query CountFirestore Query Count
Delete DocumentDelete Firestore Document
Get DocumentGet Firestore Document
Get Field ValueGet Document Field Value
Update Field ValueUpdate Firestore Field Value

Firebase Nodes

Firebase nodes are used to interact with the Firebase project. They are located in the Firebase category in the node Library. The Firebase nodes let you perform authentication operations on your Firebase project like getting user details.

Firebase Nodes

Check the table below to see the list of pre-built Firestore nodes that are currently supported by BuildShip.

Firebase NodesPurpose
Create Firebase UserCreate a new Firebase Auth User with email, full name, and password
Get User Data With IDFetch user data from Firebase Auth based given their user ID
Get User Data With Auth TokenFetch user data from Firebase based on the auth token
User Exists CheckChecks if a firebase user already exists for the given email
Mark Firebase User as VerifiedMark a Firebase Auth User as verified using user id