javascript - Firebase script is blocked by AdBlock -


i've added firebase script website <script src="https://www.gstatic.com/firebasejs/4.2.0/firebase.js"></script> , unfortunately it's blocked extensions adblock, how can fix that?

i can think of 2 ways:

  • change adblock rules allow gstatic.com or @ least firebase sdk.

  • host firebase sdk in different place adblock doesn't block.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -