Eduardo Baião
Results
2
comments of
Eduardo Baião
> I have found a workaround, which is to only load the App Check plug-in when building in release mode: > > `if (kReleaseMode) { await FirebaseAppCheck.instance.activate(); }` I guess...
After upgrading to 0.28.0, all code that uses `BehaviorSubject.switchMap` started to fail when I run the tests. The production code works fine. It only emits data for the first stream....