I have created a collection <car_model> and populated it through Rowy.
I am not seeing this <car_model> collection in FF.
I made sure that rules allowed Flutterflow to access all collections
match /{document=**} {
allow read, write: if request.auth.token.email.matches("[email protected]");
}
Is there a way I can trigger a sync of non-flutterflow generated collection?