Hans Erik

Results 17 comments of Hans Erik

They are by design not able to hide for anyone with skills to debunk your code. What you must do is infors Website restrictions and Authorised JavaScript origins from https://console.developers.google.com/apis/credentials/...

Here's a screenshot of of an Android app using Cloud Firestore showing the user collection with unique id's. As you see user collection document id is unique as in phone...

ok got it working adding an index.js file in src

Check out wiki https://en.wikipedia.org/wiki/Container

Yes in my case I just do `androidTreeView.expandAll();` from within N2. In my case the N2 is responsible for adding the nod.

I worked it out to this: -keep class com.seatgeek.**{ *; } -keep public interface com.seatgeek.placesautocomplete.history.AutocompleteHistoryManager{*;} Don´t know why I have to explicita keep this interface but it took two days...

There's actually an "Caused by: java.lang.AssertionError:" in the log, are you doing this in your code : ` throw new AssertionError();`

Grate Thanks when will you release v2.0.0

> ``` > const id = new Date().getTime().toString(); > enqueueSnackbar(message, { > persist: true, > variant: 'info', > }); > setTimeout(() => { > const ref = document.getElementById(id); > if...