Late to the toxic party, folks.
Dear amorosik, I'm interested in knowing why you want Access to react to a change in PocketBase.
In Firebase, as you know, you use the SDK kit to create the connection that a change in the data has happened. I just read some of the PocketBase
docs, and it says it also has an SDK for NodeJS, so I guess you can build a NodeJS application to receive PocketBase notifications of data change. Your NodeJS application could, using that notification event, execute a SQL statement where the Access Front end will (perhaps) react to in real time.
In short: User is using the Access Front end -> Someone or something modifies the PocketBase back end -> PocketBase notifies the NodeJS app -> The NodeJS app sends a query to the Access Front end -> Access reacts to it and notifies your User.
That's if Access can react to it, which I do not know for sure. Pat says it needs ODBC for that. Well, doing a little search here:
www.npmjs.com
You can see that there are packages that claim to interface with it, so I would suggest you run your tests for that. Still, I'm not sure why you want Access to do this, would you clarify? I do these sorts of connections for fun, so it would be interesting to try.