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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -