I am attempting to connect my existing Firebase project, to Rowy to manage my Firestore data. My Cloud Firestore database for this project is located in the asia-south2 region.
During the project creation or connection process in Rowy, I encountered the following error message:
"Error initialising Firestore: You already enabled Firestore in location asia-south2. You must enable Rowy services in the same region. You selected: asia-south1"
It appears that Rowy is trying to deploy its services into the asia-south1 region, while my Firestore is in asia-south2 . From my understanding, asia-south2 is a supported region for Google Cloud Run, which I believe Rowy utilizes for its backend services.
I have carefully reviewed the Rowy project setup interface but could not find an explicit option to select asia-south2 as the deployment region for Rowy services.
Could you please advise on how I can proceed to connect my Firebase project to Rowy, ensuring that Rowy services are deployed in the asia-south2 region to match my Firestore instance? Is there a specific configuration step I might be missing, or is asia-south2 not currently supported for Rowy deployments?