Nick

Results 582 comments of Nick

Can you provide an example of the text you have used? On Tue, Aug 15, 2017, 11:19 PM streetsurfer wrote: > Hi. It seems to be almost every app I've...

Thanks. I'll check out the issue in the next few days.

It's not possible directly through this app. You would need to install a kiosk-mode web browser or just build your own app where you put the website in a WebView.

Stack trace is here. Not too sure why this is happening on some devices, but it's a place to start. Fatal Exception: com.google.firebase.database.c: No properties to serialize found on class...

Firebase stores the apps that can be sideloaded. It is easier to do that remotely than hardcoding the list. As the feature is only in the community version, this is...

It has seemed to work on my devices, so there may be some caching happening on my end

Yes that is consistent with what others have reported. On Jan 22, 2017 10:16 PM, "Ilya Kogan" wrote: > I ran this in debug mode from Studio and it worked...

I cannot reproduce this error, so I don't know how to fix it. I have tried different builds and the emulator and a real device.

http://stackoverflow.com/questions/37743661/firebase-no-properties-to-serialize-found-on-class Based on that, I'm still unsure. My POJOs have public getters/setters. One possible issue could be proguard deleting things, so I will apply the `@Keep` annotation and see whether...

@s2law which version are you using? Can you say what you were doing when the crash happens?