Hello, I’m trying to develop a an app plugin that is supposed to have a backend (for a later API), but I also want to have streaming using a nested datasource plugin, I want the nested datasource to use the App’s backend for streaming (I only want one backend because later on I will have another nested panel plugin that uses that same backend)
The issue is, I don’t know what uid to use for the query method in the nested datasource, same for getResource (how to make that use the app backend?)
Could someone kindly give me an example of how would that work in code? Thanks.