David Martin Rehle

Results 5 comments of David Martin Rehle

means i don't have to care about it, as of ``` if (this.constructor.loadedScripts[url]) { onLoad(); return; } ``` onLoad() will also be called in my second instantiation after the script...

thx @andresin87 any plan for next release in npm?

Any update on this? still not working out of the box with version 9.5.0 dated May 29, 2025

got it working with this: ``` @Configuration @ImportRuntimeHints(NativeImageConfig.NativeImageHints.class) public class NativeImageConfig { static class NativeImageHints implements RuntimeHintsRegistrar { @Override public void registerHints(RuntimeHints hints, ClassLoader classLoader) { hints.resources().registerPattern("admin_sdk.properties"); hints.resources().registerPattern("firebase-admin-sdk.json"); hints.reflection().registerType( TypeReference.of("com.google.firebase.auth.internal.GetAccountInfoResponse"),...