I have a flutterflow with firebase. I want to move the firebase collections out of the project to a project library. Now, i create a copy of the FF (call it as NewFF) project and publish it as Lib (NewFFLib) with all the existing collection. If i import the library, if gives me conflict saying that the collection already exist. and I remove from main project, it start giving me error, instead of mapping it to library project
Request you to suggest the approach for achieving the same. It's a lot of work and i want to use the collections in 2 different projects.