Hi
From what I can see the Github integration (either in FF itself, or via the CLI) is one-way. Anything done in FF is pushed to the flutterflow branch; I can then merge that into my own branch and make edits and add in my own code there. And after making further changes in FF, I merge those in to my branch and resolve any conflicts. But there's no way of taking changes in my branch and pushing them back into the FF app itself?
Is that correct?
Does anyone here use FF on larger applications?
The one thing that worries me is dealing with stuff that sits "underneath" everything (for example, a change in the custom authentication or a global update to all the API calls I use). In my other dev work, I'd isolate everything I could into separate classes and/or libraries which my UI would use. So as long as the interface stays the same, the implementations could change and I'd only have one place to make those updates.
Does anyone have experience of doing something similar in FF?
Thanks in advance
Baz