Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

auth/web-storage-unsupported error thrown in AngularFire 2.0.1

When I try to login into my website using firebase-authentication with a Nokia Lumia 520 Phone 'auth/web-storage-unsupported' error code is thrown. I'm using AngularFire 2.0.1. Is there any way I can work around this issue becuase some of my users still use these phones with older version of Internet Explorer.

like image 240
Dilshan Liyanage Avatar asked Sep 11 '16 07:09

Dilshan Liyanage


2 Answers

From Firebase Documentation

Thrown if the browser does not support web storage or if the user disables them.

Probably your device has disabled cookies for your website, or does not support them at all.

like image 132
ci0ccarellia Avatar answered Oct 25 '22 20:10

ci0ccarellia


Third-party cookies may be disabled in your browser. Enable them and try again. It worked for me.

like image 24
Alok Singh Chauhan Avatar answered Oct 25 '22 21:10

Alok Singh Chauhan