im making a cross platform ios and android app and have a node js backend with firebase hosting and saving information to firebase database. how do i connect the xamarin forms front end to the node js backend and make them communicate. i can save info from the clientside but its not secure and i can save info in node js but i need to take strings from clientside such as username and email. how do i do this securly such as using crypto?
↧