Al-Mothafar Al-Hasan
Al-Mothafar Al-Hasan
Create service to send email, something like : ```java @Singleton public final class EmailService extends BaseService { private final MailerClient mailerClient; private final Configuration configuration; @Inject private final ActorSystem system;...
> > Which library is used for `BaseService`? > > IntelliJ imported `com.google.cloud.BaseService`, but I got the error _There is no default constructor available in 'com.google.cloud.BaseService'_. After making the constructor...
This is really important
@dwieeb I think HMR is supported in Angular, and due to what @Tommertom says, it should be working fine, I think this 2 years old ticket can be resolved now.
@Sampath-Lokuge as far as I remember, there is nothing changed from 5 to 6, I can't check now as I left that job now and no more working with Ionic
I got the same issue for my users, Crashlytics reports a lot of crashes recently because of this:  @EddyVerbruggen I think this is critical
@drewrygh there is other lines Here too https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/blob/master/src/android/nl/xservices/plugins/Toast.java#L163
@zommerfelds at this point, I think the only workaround for this is just giving up Cordova and go flutter, Cordova is dying Anyways, seriously, I think the only way now...
@gabn88 I'm using Ionic toast as well https://ionicframework.com/docs/api/toast instead of native toast, I removed the native one from my side because of this issue.