You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Firebase RemoteConfig sdk tries to fetch data from firebase remote config server, does the server sends plain data or does it send it as encrypted data and client SDK decrypts and give to the client apps?
I raise this question because many network debugging tools are available like Proxyman which captures the HTTP request made via SDK.
Is it safe to store the secrets/keys in the remote config?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When Firebase RemoteConfig sdk tries to fetch data from firebase remote config server, does the server sends plain data or does it send it as encrypted data and client SDK decrypts and give to the client apps?
I raise this question because many network debugging tools are available like Proxyman which captures the HTTP request made via SDK.
Is it safe to store the secrets/keys in the remote config?
Beta Was this translation helpful? Give feedback.
All reactions