bejaeger / goodwallet

0 stars 0 forks source link

Set up flavors for testing / developing / production #5

Open bejaeger opened 3 years ago

bejaeger commented 3 years ago

Going closer to production one should have different firebase projects for dev and prod.

Testing could be a setup, where some steps are skipped for example in the payment process, to easily test other parts of the code.

https://medium.com/@animeshjain/build-flavors-in-flutter-android-and-ios-with-different-firebase-projects-per-flavor-27c5c5dac10b

bejaeger commented 3 years ago

This can be used for example once we establish a dummy payment service to test the app without making actual payments via the payment processor