isFirestoreCollectionNodeId static method

bool isFirestoreCollectionNodeId(
  1. String nodeId
)

Check if a node ID represents a Firestore collection.

Implementation

static bool isFirestoreCollectionNodeId(String nodeId) =>
    _firestoreCollection.matches(nodeId);