Hi! I’d like some advice / help with regards to what I’m doing wrong. I keep getting one of these two errors when trying to link a data variable to my components. Ive currently set up my app to run with Firebase, and this works just fine. But I keep getting these errors and I have no idea what they mean or how to fix it. The thing is, my variable is neither a page /app level variable (its a data component) nor is it a composite component in isolation mode.
“Another component’s property or output value and other variable binding types that access the app-level or page-level context are not available in composite component isolation mode. Instead, you should define an appropriate composite component property and bind the variable to that property.”
Thanks!