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
I use firebase cloud functions https trigger to redirect user different links based on the user's browser currently I am getting browser.name as node. Is there any way I can give user-agent parameter to detect-browser so that it forcefully detects browser name using user-agent as for a real browser and not use process.version of node?
The text was updated successfully, but these errors were encountered:
I use firebase cloud functions
https
trigger to redirect user different links based on the user's browser currently I am gettingbrowser.name
asnode
. Is there any way I can giveuser-agent
parameter todetect-browser
so that it forcefully detects browser name usinguser-agent
as for a real browser and not useprocess.version
of node?The text was updated successfully, but these errors were encountered: