Corvid by Wix DB Connectors: External Database Adapter for Google Cloud Firestore with Cloud Run or AppEngine

I’ve followed the documentation in the GitHub repo, I’ve tried setting up with Cloud Run initially but that failed, tried deploying to AppEngine and that failed too.

No matter what I try, I keep getting this error when trying to add an external database:

Any advice?

Did you ever find a solution? I have the same issue and have not been able to find any information

Not sure what happened, but looks like my previous comment got deleted.

anyway, yes, I did find a solution, after reporting the issue to the support team, they’d found a fix and applied it to the repo: https://github.com/wix/corvid-external-db-firestore-adapter

If you pull the latest code and deploy to the app engine manually then it’ll work.

Just beware that you may come up with other issues afterwards, in my case, I had to enable ‘urlized’ in the same code and after re-deploying and refreshing the Wix DB a few times, I managed to see the data on there.
Personally, I found it too restrictive so I’ll probably just by-pass the adaptor altogether and connect to Firestore using javascript libraries.