Hello everyone.
This is my first message and from what I saw there is nothing similar (... or I couldn't find it) to what I am going to ask.
First, I want to put into context: I'm well aware that App Inventor is primarily designed for building mobile apps with a focus on client-side development, which means that apps built in MIT App Inventor are typically client apps that run on mobile devices and do not have built-in server logic.
That said, I also know that App Inventor can connect to FireBase to have a backend as a service (BaaS) from which to increase the capabilities of the app.
My question is if it is possible (and how) to connect not only services like FireBase (which obviously is possible), but also like PocketBase (https://pocketbase.io/) to do the same as with Firebase: handle backend functions like real-time databases and authentication taking advantage of the fact that it is open source software.
Thank you all very much for your time and (hopefully) your response.
PS: I am very sorry to be so many years late to this world of apps, but at the same time I am happy to have discovered it.