Skip to content

Commit

Permalink
Merge pull request #351 from ConnectyCube/feature/google_auth
Browse files Browse the repository at this point in the history
Fix session refresh for Google auth;
  • Loading branch information
TatankaConCube authored Mar 19, 2024
2 parents dd7a8ce + 1c4dd18 commit 376a9d4
Show file tree
Hide file tree
Showing 6 changed files with 22,357 additions and 22,307 deletions.
6 changes: 3 additions & 3 deletions chat_sample/build/web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "c66ef7772c9af823b1216a3864bb639a",
"index.html": "90d1ef29362f21fd79cdd669231abc21",
"/": "90d1ef29362f21fd79cdd669231abc21",
"index.html": "93663f8a3c0b55c7fbab2200c8b8fd5a",
"/": "93663f8a3c0b55c7fbab2200c8b8fd5a",
"firebase-messaging-sw.js": "a43f2eac8588b877b1194cb36242cbae",
"main.dart.js": "bb7541c929df51808b869cba094f0dea",
"main.dart.js": "cc5e3d88f724e087dd6dec7c897be907",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"icons/favicon-16x16.png": "1fcc687e538a1fa2310543ea74432dd7",
"icons/favicon.ico": "33df157f932cc0af7754871debe8e8c2",
Expand Down
2 changes: 1 addition & 1 deletion chat_sample/build/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/pica.min.js" ></script>
<script>
const serviceWorkerVersion = "1365375057";
const serviceWorkerVersion = "2061591555";
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down
Loading

0 comments on commit 376a9d4

Please sign in to comment.