Skip to content

Commit 161016d

Browse files
committed
Auto-update dependencies.
1 parent 6a1bbc0 commit 161016d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth/chromextension/background.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- ***************************************************************************************
2727
* TODO(DEVELOPER): Make sure you are importing the latest version of the Firebase JS. *
2828
*************************************************************************************** -->
29-
<script src="https://www.gstatic.com/firebasejs/9.22.1/firebase-compat.js"></script>
29+
<script src="https://www.gstatic.com/firebasejs/11.1.0/firebase-compat.js"></script>
3030
<script src="background.js"></script>
3131
</head>
3232
<body>

auth/chromextension/credentials.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- ***************************************************************************************
2626
* TODO(DEVELOPER): Make sure you are importing the latest version of the Firebase JS. *
2727
*************************************************************************************** -->
28-
<script src="https://www.gstatic.com/firebasejs/9.22.1/firebase-compat.js"></script>
28+
<script src="https://www.gstatic.com/firebasejs/11.1.0/firebase-compat.js"></script>
2929
<script src="credentials.js"></script>
3030
</head>
3131
<body>

0 commit comments

Comments
 (0)