Skip to content

Commit

Permalink
update for firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Conmmander committed Apr 15, 2024
1 parent 06b13e7 commit 9d5c0cf
Show file tree
Hide file tree
Showing 4 changed files with 99,626 additions and 23,288 deletions.
2 changes: 1 addition & 1 deletion flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ const RESOURCES = {"assets/AssetManifest.bin": "ee7ddc83e1febf7c26368819cb5b0cd9
"canvaskit/skwasm.worker.js": "bfb704a6c714a75da9ef320991e88b03",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"flutter.js": "383e55f7f3cce5be08fcf1f3881f585c",
"flutter_bootstrap.js": "14b332c70eaf3598ad6681ec7192868a",
"flutter_bootstrap.js": "c31213e6aa0fb3074ebb7d0baf17d0d5",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"index.html": "49c9fd8f670ad28c0911204a72ee86a6",
"/": "49c9fd8f670ad28c0911204a72ee86a6",
"main.dart.js": "7c2e8b8b3d57ceeaaeabd5f7ce1676f3",
"index.html": "e4f3f6100684575f297f373e988bc5de",
"/": "e4f3f6100684575f297f373e988bc5de",
"main.dart.js": "82ed6e10442d7b0f8408dabee88d383e",
"manifest.json": "cc698391ea5d86ac493b3d906725e247",
"version.json": "09d682a619f57d4c61d7d39067b8c762"};
// The application shell files that are downloaded before a service worker can
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="/">
<base href="">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
Expand All @@ -34,7 +34,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "439228609";
const serviceWorkerVersion = "1616706364";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit 9d5c0cf

Please sign in to comment.