I am doing project to post a project idea(good analogy to the project is this stackoverflow post your quation form) to firebase realtime or firestore database which uses rich text editor in my case TinyMCE but I can't do so even if I search many websites.
I try to upload the whole html markup to Firebase(I have considered security issues) ,then to retrieve the markup(styles) in to my front end Angular app,but I can't.
is there anyone who help me ?