-
Hey, thanks for the handy Firebase demo. Now my question is how would I go testing those SharedReader properties that are backed by the FirebaseRemoteConfig? Since they're get-only properties I can't just override them in tests. I'm thinking of having a different DependencyKey for tests, but there must be a simpler way, right? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @pahnev, since the Firebase demo is just case study, we didn't take it as far as we could. In particular, the dependency on Firebase isn't fully controlled, and so there is no easy way to test/preview |
Beta Was this translation helpful? Give feedback.
Hi @pahnev, since the Firebase demo is just case study, we didn't take it as far as we could. In particular, the dependency on Firebase isn't fully controlled, and so there is no easy way to test/preview
.remoteConfig
. This could be a fun exercise for you to try out on your own, and we may update the case study in the future to be more real world.