Single FlutterFlow project but different databases - (Firebase + branches + main.dart) - possible?

Team

I'd like to my application to be able to connect to 2 different databases.

  1. for test environment (from TEST branch)

  2. for production environment (from MAIN branch)

Is such scenario possible with use of main.dar??

I know that alternatively I can always work via github building everything on my local laptop... but that requires more hassle but with low code I expect low devops ;)

2