flutter / put-flutter-to-work

A Flutter add-to-app demo you can try with your own apps
BSD 3-Clause "New" or "Revised" License
321 stars 38 forks source link

3.1.1 Implement mock of Firebase in Flutter module #45

Closed Jan-Stepien closed 2 years ago

Jan-Stepien commented 2 years ago

child of #3

BeatriceMitchell commented 2 years ago

Per discussion with Google, there is no need for mocking the Firebase connection. If they don't have credentials, it skips the communication step and goes to the Thank You screen as normal. With that in mind, I'm closing this story and adding the "if/then" statement to the acceptance criteria for #35