Hi there…
I would like to know if CUBA can send a new push notification to mobile android ? can i use CUBA with Firebase and how to impement this in ? any tips and share will be helpful…
Thanks
Hi there…
I would like to know if CUBA can send a new push notification to mobile android ? can i use CUBA with Firebase and how to impement this in ? any tips and share will be helpful…
Thanks
Hi,
CUBA is based on Spring framework. You can use any recipe available for Java or Spring, e.g. this: android - How to push notification on Google Firebase FCM using spring boot? - Stack Overflow
The only difference is: many internet guides are written for Spring Boot and use java-based bean definitions. In CUBA you should use XML definitions of the same beans in the *-spring.xml files.