Hi all! My project now contains SMS Authentication and syncing a user's phone contacts. I would like to understand the best way to test these features.
1) With respect to SMS authorisation, is it possible to test this works without publishing the production version to the app store/play store? I understand it is not possible in the FlutterFlow test environment (although you can set-up test numbers and codes, in Firebase) but I was hoping I could test using real SMS authentication in internal testing once deployed to android or in the test-flight environment once deployed to iOS. If this is possible, please can you point me in the right direction. I've published it to internal testing in Android and it still only works with my test phone number and test code set up in Firebase.
2) I now use a custom widget to load a user's phone contacts into the app. I have tested it works by deploying to android, but it is very cumbersome to deploy to android to test each time. Is it possible to simulate contact uploads in the FlutterFlow test environment? If, so can someone please educate me as to how? If it's not possible, does anyone have any workarounds?