CDN Resources for %40react-native-firebase

Quick access to CDN links for the %40react-native-firebase package

CDN Resources for %40react-native-firebase
Various ways to access %40react-native-firebase via Content Delivery Networks

Package Installation

npm
npm install %40react-native-firebase
yarn
yarn add %40react-native-firebase
pnpm
pnpm add %40react-native-firebase

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/%40react-native-firebase"></script>
Unpkg
<script src="https://unpkg.com/%40react-native-firebase"></script>
jsDelivr ESM
<script type="module">
  import %40reactnativefirebase from 'https://cdn.jsdelivr.net/npm/%40react-native-firebase/+esm';
</script>
Skypack
<script type="module">
  import %40reactnativefirebase from 'https://cdn.skypack.dev/%40react-native-firebase';
</script>