Check if a node ID represents a Firestore collection.
static bool isFirestoreCollectionNodeId(String nodeId) => _firestoreCollection.matches(nodeId);