I've just added Firebase script to my website <script src="https://www.gstatic.com/firebasejs/4.2.0/firebase.js"></script>
and unfortunately it's blocked by extensions like AdBlock, how can I fix that?
I can think of two ways:
Change your AdBlock rules to allow gstatic.com
or at least the Firebase SDK.
Host the Firebase SDK in a different place that AdBlock doesn't block.