Corvid HTTPS Functions, any limits?

Hello, I would like to use Corvid’s HTTPS Functions API to do backend work for a website that is not on Wix. The backend of Corvid is by far one of the simplest and easiest cloud backends I have used.

I am trying to use Firebase Cloud Functions, but it seems a little complicated, wanted to know if there were any limits to HTTPS Functions on Corvid, maybe as far as usage limits and whatnot. Thanks.

Also if you think there could be any problems or if this is a bad practice let me know too.

There shouldn’t be any limits if you are on the premium package of Wix, not sure about the free version.

Have you looked at using Firebase NodeJS through Wix Package Manager.
https://googleapis.dev/nodejs/firestore/latest/
https://support.wix.com/en/article/corvid-managing-external-code-libraries-with-the-package-manager
https://www.wix.com/corvid/npm-modules
https://www.wix.com/corvid/feature/npm-packages

You may have already seen this example.
https://www.wix.com/corvid/forum/wix-tips-and-updates/example-myapi-and-myapiclient

Or look at using their REST API.
https://firebase.google.com/docs/firestore/reference/rest
https://www.wix.com/corvid/reference/wix-fetch.html
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api

https://www.wix.com/corvid/reference/wix-http-functions.html
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions
Corvid by Wix | How to Use HTTP Functions to Expose Your Site’s API - Wix Video