I'm working with a client who has a CRM application with a mssql server database as the backend. We're building a mobile app using cloud firestore taking advantage of authentication, notifications, firestore database, storage etc.
All the data for the app will be stored in firebase, however, we have a need to pull some data out of the mssql server database and display it on the app. I read about tedious js (
https://github.com/tediousjs/tedious) and the possibility to access mssql server via node js.
My question is: Is this doable in Firebase if I integrate Tediousjs as part of Firebase functions? Would it work?
Thanks,
Luis