I duplicated my main project to implement a new feature due to major changes. FlutterFlow’s branching doesn’t support different Firebase projects, and Firebase indexes can’t be deployed in branches, making testing difficult. So, I made the changes in the duplicate project. How can I merge these changes back into the main project?
What do you think?