Mk5
Mk5
@wangdong20 could you give me some code/pseudo code example? I'm not sure if I got it right
@wangdong20 onChildEvent is already covered: Example: ``` GdxFIRDatabase.inst() .inReference("/employees") .onChildChange(List.class, ChildEventType.ADDED) ```
@wangdong20 could you give me some psuedo-code proposition, how it should look. You can modify the example code snipper from your previous comment
@Trurl101 sure, thanks for a request! I'd try to bring it to gdx-fireapp next week
sorry for a delay. I was out for a while. I'll try to pick this topic soon.
Hello @Daniel-Donev sure, I need to check, and I'll let you know. There was indeed a problem with shutting down the jcenter() repo. It could be that artefact has not...
@Daniel-Donev I need to check, it's just not deployed into maven-central correctly. btw, I think you can remove jcenter() from your repositories. https://blog.gradle.org/jcenter-shutdown
@Daniel-Donev pls re-check, version should be there
@Daniel-Donev can you give me a full stacktrace? or at least some part?
Yes, you have throwable there. You can print the stack trace :) throwable.printStackTrace(); On Wed, Oct 20, 2021, at 07:46, Daniel-Donev wrote: > > > > Hi @mk-5 > I...