Passing Firebase Auth Token via SSL to App server -


i have rather heavy/complicated logic needs reside on app server.

the client request app server perform tasks on firebase data.

is safe pass user.firebaseauthtoken via ssl (in post, not url encode) app server, server use token authentication?

the auth token firebase simple login being passed on ssl firebase client - pass app server on ssl isn't different.

one thing might consider eliminating need post app server. can setup worker node takes advantage of firebase's real-time data sync listen changes user's data, , execute whatever processing needs when detects change/state.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -