Dolmio / estimate-it

Realtime planning poker with Firebase and Angular
estimate-it.herokuapp.com
2 stars 1 forks source link

Unsafe javaScript cross domain error with Firebase #1

Open jtoktas opened 11 years ago

jtoktas commented 11 years ago

Hello i am a beginner programmer and came across an issue with angularjs and firebase and came across your repo while searching github for angular and firebase. When you demo loads on chrome the console throws this error

Unsafe JavaScript attempt to access frame with URL http://estimate-it.herokuapp.com/##kdj6ewerhhorms4i from frame with URL https://s-dal5-nss-11.firebaseio.com/.lp?dframe=t&id=13084948&pw=XgmqBQyId1&ns=estimateit. The frame requesting access has a protocol of 'https', the frame being accessed has a protocol of 'http'. Protocols must match.

I am also having the same issue with my simple firebase example. If you figure out what is causing it, please do share. Thanks.

Dolmio commented 11 years ago

Hi, I wasn't able to reproduce the problem, sorry. Anyways I recommend that you would use the official angular firebase bindings available at https://github.com/firebase/angularFire. They weren't released when I made my demo.

jtoktas commented 11 years ago

Thanks mate for taking a look. Looks like it could be an issue from my end. I've attached a screenshot of what i saw. And thanks for the link to angularFire, it's what i'm already using.

Screen Shot 2013-04-24 at 1 13 58 PM 4-24

connor11528 commented 10 years ago

I have the same error +1

yodacom commented 10 years ago

I am having the same issue. Was there a solution found?