To specify the profile path for Fennec (Firefox for Android), you use the -profile command-line argument, but since Fennec is an Android app, you must pass it via adb:
bashadb shell am start -n org.mozilla.fennec/org.mozilla.gecko.BrowserApp --es args "-profile /path/to/profile"
/data/data/org.mozilla.firefox/files/mozilla/XXXXXXXX.default/ (where XXXXXXXX is a random string)--es args) to the Fennec activityFor desktop Firefox, use: firefox --profile /path/to/profile. For Fennec, the adb method above is the equivalent.
Vibe can make mistakes. Check answers. Learn more