How do I sync Firebase collection that are created outside of Flutterflow?

Database & APIs

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?

What have you tried so far?

I have fixed the rule to above.

Updated the rule and waited for few minutes.

Did you check FlutterFlow's Documentation for this topic?
No
1
6 replies