i am developing a hybrid mobile app in ionic framework using firebase and angularjs. When I try to login with twitter using signInWithPopup('twitter') in browser its works and it gives me a right userdata from twitter but in my android device i'm getting an error like below
code : auth/operation-not-supported-in-this-environment. message : "This operation is not supported in the environment this application is running on. "location.protocol" must be http or https and web storage must be enabled."
i don't know how to solve this issue..
Thanks in advance