I have developed my app initially as native, i’m at the point now where i’d like to have some functionality in a web app. Not entirely rebuild the app but just a few bits.
I’m aware we can create a web app and share the database and i’ve tried this. However, if i add a new collection in my new web app it doesnt then create it in the native app too which is what i was expecting.
Am i too far in the process now to use this functionality, and instead i’ll have to do via an API ?