


Hi everyone,
I have a HTML form component on my page (not by AEM form) , I want to invoke a firebase push messaging API upon submission of that form via a Servlet.
what would be the best approach for this and if there is any material regarding this.
Regards.
Views
Replies
Sign in to like this content
Total Likes
When we want to include as part of AEM project :
High level steps for implementation:
Docs related to this for reference:
Please check and let know if you are looking for any specific information.
I think approach should be totally based on your requirement. if there is not sensitive data you gona submit then take help from ajax or vanila js or if you are using any js framework then you can use that as well. but if you are accepting any secure info or data then you can take help from Sling model or Sling Servlet for this purpose but again performance of the site should also be considered because submitting or consuming api from the backend is expensive on performance front.
I think those are some point should be taken care before taking decisions.
Hope this will help.
Umesh Thakur
When we want to include as part of AEM project :
High level steps for implementation:
Docs related to this for reference:
Please check and let know if you are looking for any specific information.