Firebase collection as Project Library in existing flutterflow project

Project Settings

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.

What have you tried so far?

1. Create a copy of the FF (call it as NewFF) project

  1. publish it as Lib (NewFFLib) with all the existing collection.

  2. Import the library,

  3. 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

Did you check FlutterFlow's Documentation for this topic?
Yes
3
1 reply