Hi FlutterFlow community, hope you're all doing well!
I'm having an issue with FlutterFlow libraries.
When converting a Firestore collection or sub-collection that used the User Collections rule, it disappears (see attached). The same happens when trying to create a users collection with that rule.
According to FlutterFlow docs, Users Collection allows access only to users whose authentication ID matches the document ID. But this rule isn't available in the library.
Has anyone found a solution? Either a way to bring the Users Collection rule into the library or a workaround—without manually adding rules in Firestore (since that's not sustainable after every redeploy)?
Thanks!