Manojkumar Murugesan
Manojkumar Murugesan
@tjvantoll @jlooper @sean-perkins @sis0k0 Hope one of you may have the answer here / get the right person to answer, for the problem I mentioned above - all environment variables...
The plugin has nothing to do with navigation. As long you are running the code once app is foreground and within zone, navigation should work. If you still have issues,...
Yes, the service is meant to run always in background. You will have to subclass FirebaseMessagingService, something similar to the [default service](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/src/platforms/android/libraryproject/firebase/src/main/java/org/nativescript/plugins/firebase/MyFirebaseMessagingService.java) from plugin, except it's written in Java you...
@illuspas Thanks for sharing this project. I'm totally stuck with this issue, I'm experimenting 24/7 stream as already mentioned when the connection drops it's kept live still and not able...
I believe this issue is now fixed in latest version 👍 I will run few more tests, thank you @illuspas
It seems the issue is from value expression, inputs in my form are generated dynamically so I have something like this ``` @{ var value = person.FirstName; } ``` With...
I ended up creating field identifier with property path instead of property name. e.g If the property being validated is `SomeProp.ChildProp`, I used to create field identifier as ``` new...
@maxence51 The model on the field identifier and editing context should be same, that fixed the issue for me. But I also needed to clear validation messages to reset the...
Any update on this feature? Any chance for including this in any near future release?