You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to create a Firestore collection with spaces and punctuation.
I would expect reconfiguring COLLECTION_PATH for firestore-stentiment-analysis to either support spaces and punctuation as firestore does OR the reconfigure action fails the regex validation.
Actual Behavior
Reconfiguring firestore-sentiment-analysis doesn't stop me from configuring COLLECTION_PATH with spaces and punctuation, but it results in "error deploying Extension" with the following error output:
Error saving configuration:
; RESOURCE_ERROR at /deployments/firebase-ext-firestore-sentiment-analysis/resources/fssentiment: {"ResourceType":"gcp-types/cloudfunctions-v1:projects.locations.functions","ResourceErrorCode":"500","ResourceErrorMessage":"Failed to configure trigger providers/cloud.firestore/eventTypes/[email protected] (__gcf__.europe-west2.ext-firestore-sentiment-analysis-fssentiment)"}
Steps to Reproduce the Problem
Install firestore-sentiment-analysis, setting the collection path to something including spaces and punctuation. In my case, this is a collection!.
Specifications
Extension name: firestore-sentiment-analysis
Version: 0.0.1
The text was updated successfully, but these errors were encountered:
Expected Behavior
It is possible to create a Firestore collection with spaces and punctuation.
I would expect reconfiguring COLLECTION_PATH for firestore-stentiment-analysis to either support spaces and punctuation as firestore does OR the reconfigure action fails the regex validation.
Actual Behavior
Reconfiguring firestore-sentiment-analysis doesn't stop me from configuring COLLECTION_PATH with spaces and punctuation, but it results in "error deploying Extension" with the following error output:
Error saving configuration:
Steps to Reproduce the Problem
Install firestore-sentiment-analysis, setting the collection path to something including spaces and punctuation. In my case,
this is a collection!
.Specifications
The text was updated successfully, but these errors were encountered: